Remove GTK4 window buttons
This commit is contained in:
parent
7c1ab9bcdb
commit
a427c8d48a
1 changed files with 4 additions and 1 deletions
|
@ -30,8 +30,11 @@ in
|
|||
name = "${themeName}";
|
||||
package = "${theme}";
|
||||
};
|
||||
gtk3.extraConfig = {
|
||||
# Remove minimize, maximize, and close buttons
|
||||
gtk3.extraConfig = {
|
||||
gtk-decoration-layout = "appmenu:none";
|
||||
};
|
||||
gtk4.extraConfig = {
|
||||
gtk-decoration-layout = "appmenu:none";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue