From 39e81595ade7f066fbb2f211ec35c618b1ed95e5 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 4 Dec 2018 14:49:44 -0500 Subject: [PATCH] gtk: Only show menu decoration This removes the minimize, maximize, and close buttons from GTK applications, since we don't use them under bspwm anyway. Note that Qt applications should already do this, no configuration necessary. --- gtk/.config/gtk-3.0/settings.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/.config/gtk-3.0/settings.ini b/gtk/.config/gtk-3.0/settings.ini index 2e606ac..7707f2e 100644 --- a/gtk/.config/gtk-3.0/settings.ini +++ b/gtk/.config/gtk-3.0/settings.ini @@ -7,3 +7,4 @@ gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle=hintfull gtk-xft-rgba=rgb +gtk-decoration-layout=menu: