[TASK] Add gnome config for window handling and power down
This commit is contained in:
parent
b4606cc0f2
commit
8f223fc83f
@ -9,7 +9,8 @@
|
||||
};
|
||||
"org/gnome/desktop/wm/preferences" = {
|
||||
button-layout = "appmenu:minimize,maximize,close";
|
||||
focus-mode = "sloppy";
|
||||
focus-mode = "click";
|
||||
raise-on-click = true;
|
||||
};
|
||||
"org/gnome/shell" = {
|
||||
disable-user-extensions = false;
|
||||
@ -30,6 +31,9 @@
|
||||
show-mounts = false;
|
||||
show-trash = false;
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/power" = {
|
||||
power-button-action = "interactive";
|
||||
};
|
||||
"org/gnome/shell/keybindings" = {
|
||||
show-screenshot-ui = ["<Shift><Alt>5"];
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user