Remove GTK4 window buttons

inky
Elnu 2 years ago
parent 7c1ab9bcdb
commit a427c8d48a

@ -30,8 +30,11 @@ in
name = "${themeName}"; name = "${themeName}";
package = "${theme}"; package = "${theme}";
}; };
# Remove minimize, maximize, and close buttons
gtk3.extraConfig = { gtk3.extraConfig = {
# Remove minimize, maximize, and close buttons gtk-decoration-layout = "appmenu:none";
};
gtk4.extraConfig = {
gtk-decoration-layout = "appmenu:none"; gtk-decoration-layout = "appmenu:none";
}; };
}; };

Loading…
Cancel
Save