mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-25 20:05:22 +02:00
appearance: hide minimize/maximize/close buttons for GTK3 apps
GTK3 apps are now using CSD (Client-side decorations) and they get minimize/maximize/close buttons we don't care about. Hide them.
This commit is contained in:
parent
58cea06e8e
commit
49eb07bb23
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ gtk-xft-antialias=1
|
|||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle="hintfull"
|
||||
gtk-xft-rgba="rgb"
|
||||
gtk-decoration-layout="menu:"
|
||||
]]
|
||||
|
||||
local gtk2 = io.open(os.getenv("HOME") .. "/.gtkrc-2.0", "w")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue