Featured in collections
Featured in groupsSee All

Twily Linux Desktop v4
By dwv91
15 Favourites23 Comments8K Views
Arch Linux w/ Openbox & PyPanel bmpanel2.
Using my own script for quick manual tiling of windows in floating WMs twily.info/grid#Openbox.
>> short WebM's preview of how i tile in Openbox twily.info/webm.
Firefox Nightly (Australis) [v31.0a1] and 4-Chan with my CSS. Using Vimperator for navigation.
Terminal (URxvt-256color) with irssi, ncmpcpp + mpd,pipesX and screenfetch.
Font is Droid Sans (Mono) 10 w/ infinality settings by Kori twily.info/kori.infinality#Oth….
Wallpaper junglepony.deviantart.com/art/….
Wallpaper a.pomf.se/fuvohf.jpg.
Wallpaper a.pomf.se/fizasx.jpg.
Wallpaper a.pomf.se/lsbegf.jpg.
Openbox Theme box-look.org/content/show.php/…
Gtk2 Theme gnome-look.org/content/show.ph…
(Both themes have been customized and my configs for them can be found in the link below)
Files for this desktop can be found @ twily.info/.
Using my own script for quick manual tiling of windows in floating WMs twily.info/grid#Openbox.
>> short WebM's preview of how i tile in Openbox twily.info/webm.
Firefox Nightly (Australis) [v31.0a1] and 4-Chan with my CSS. Using Vimperator for navigation.
Terminal (URxvt-256color) with irssi, ncmpcpp + mpd,
Font is Droid Sans (Mono) 10 w/ infinality settings by Kori twily.info/kori.infinality#Oth….
Wallpaper a.pomf.se/lsbegf.jpg.
Openbox Theme box-look.org/content/show.php/…
Gtk2 Theme gnome-look.org/content/show.ph…
(Both themes have been customized and my configs for them can be found in the link below)
Files for this desktop can be found @ twily.info/.
Image details
Image size
1920x1080px 625.23 KB
Published:
© 2014 - 2021 dwv91
Comments22
Join the community to add your comment. Already a deviant? Log In

if you are using it w/ openbox you can search for 'grid' in this file twily.info/rc.xml#Openbox and copy those (you may need to change the path to the file unless you have it in ~/scripts/grid as well)
alternatively sxhkd may be used for keybinds but i had issues w/ it on openbox, it's better suited for more minimal wms i think
also for using the more advanced grid extensions (ext.grid etc) openbox will also need to be patched to remove the size hints on terminals and auto scale to aspect ratio on mpv/mplayer (instructions for that can be found in the ext.grid file tho it's not necessary for just using the 'grid' script)
alternatively sxhkd may be used for keybinds but i had issues w/ it on openbox, it's better suited for more minimal wms i think
also for using the more advanced grid extensions (ext.grid etc) openbox will also need to be patched to remove the size hints on terminals and auto scale to aspect ratio on mpv/mplayer (instructions for that can be found in the ext.grid file tho it's not necessary for just using the 'grid' script)

in the :root selector below the urlbar settings:
try changing the "margin-bottom: 0 /* var(--url-height) */ !important;" into "margin-bottom: /* 0 */ var(--url-height) !important;"
i haven't done much testing w/ the urlbar on bottom since i use vimperator, but i think this should fix the overlapping issue at least
try changing the "margin-bottom: 0 /* var(--url-height) */ !important;" into "margin-bottom: /* 0 */ var(--url-height) !important;"
i haven't done much testing w/ the urlbar on bottom since i use vimperator, but i think this should fix the overlapping issue at least

Thanks man, that fixed the overlapping issue, though now I have this colored line just above it, it's something I can deal with though. kittehcat.org/upl/New_Tab_-_Ni…

well i got a fix for that too, requires a bit more changes tho
for the line on top try changing the margin-top: -0px in #urlbar-wrapper to -1px
(you can search the css for 'adjust margin-top to' to find it easier)
and for the line to left of the urlbar you'll need to change the left: 0 (below the margin-top you just changed) to left: -1px
after this there will be a 1px line on the right side instead, just change the --url-right-margin: 5px to 6px in the urlbar settings at the top of the css
for the line on top try changing the margin-top: -0px in #urlbar-wrapper to -1px
(you can search the css for 'adjust margin-top to' to find it easier)
and for the line to left of the urlbar you'll need to change the left: 0 (below the margin-top you just changed) to left: -1px
after this there will be a 1px line on the right side instead, just change the --url-right-margin: 5px to 6px in the urlbar settings at the top of the css

my current tiling script make use of the EWMH atoms to place/resize windows which means it should work across all wms listed here en.wikipedia.org/wiki/Extended….
(awesomewm should be able to tile in any layout on it's own tho).
the reason i left awesomewm was just to try a floating wm again, but once i started to miss the tiling i made the tiling script which works similar to WinSplit on window, in order to have the feature of tiling in floating mode.
(awesomewm should be able to tile in any layout on it's own tho).
the reason i left awesomewm was just to try a floating wm again, but once i started to miss the tiling i made the tiling script which works similar to WinSplit on window, in order to have the feature of tiling in floating mode.
Join the community to add your comment. Already a deviant? Log In