diff --git a/nixos/dconf.nix b/nixos/dconf.nix index d489880..0f698a8 100644 --- a/nixos/dconf.nix +++ b/nixos/dconf.nix @@ -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 = ["5"]; };