appearance: move menu to right

Dunno why. To be like Chrome?
This commit is contained in:
Vincent Bernat 2014-11-12 12:10:52 +01:00
parent 49eb07bb23
commit ace1efda8c

View file

@ -20,7 +20,7 @@ gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"
gtk-decoration-layout="menu:"
gtk-decoration-layout=":menu"
]]
local gtk2 = io.open(os.getenv("HOME") .. "/.gtkrc-2.0", "w")