mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
waylandComp: hide open as root in nemo
This commit is contained in:
parent
960370e74f
commit
a3c981cc6b
|
@ -21,7 +21,9 @@
|
||||||
dconf = {
|
dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
"org/gnome/nm-applet".disable-connected-notifications = true;
|
"org/gnome/nm-applet".disable-connected-notifications = false;
|
||||||
|
"org/nemo/preferences/menu-config".background-menu-open-as-root = false;
|
||||||
|
"org/nemo/preferences/menu-config".selection-menu-open-as-root = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue