home/waylandComp: hide close buttons on gnome apps

This commit is contained in:
Aly Raffauf 2024-06-20 20:12:46 -04:00
parent ffddb47882
commit cdc113f375

View file

@ -24,6 +24,9 @@
"org/gnome/nm-applet".disable-connected-notifications = true; "org/gnome/nm-applet".disable-connected-notifications = true;
"org/nemo/preferences/menu-config".background-menu-open-as-root = false; "org/nemo/preferences/menu-config".background-menu-open-as-root = false;
"org/nemo/preferences/menu-config".selection-menu-open-as-root = false; "org/nemo/preferences/menu-config".selection-menu-open-as-root = false;
"org/gnome/desktop/wm/preferences" = {
button-layout = "";
};
}; };
}; };