
Border Only
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
theshank
1 month ago
quit application = super + q
toggle maximize = super + up arrow
tile left = super + left arrow
tile right = super + righ arrow
resize = alt + right mouse drag
move = alt + left mouse drag
Report
houghi
1 year ago
Report
timss
6 years ago
One thing though; is it possible to define special window rules for some applications, because with a light GTK theme the light/white border clashes quite heavily with a dark colored terminal:
http://i.imgur.com/LTTtKcZ.png
If possible I'd like to keep the light border for all applications, except for my terminal which could have a dark border.
As a workaround I use `terminator -b` which forces the terminal to start with no border.
Thanks!
Report
Ubuntu88
9 years ago
Report
Changaco
9 years ago
mkdir -p /usr/share/themes/empty/xfwm4/
touch /usr/share/themes/empty/xfwm4/themerc
Report