From 8f223fc83fb9ccd1b2fcdd2f12a8628399035916 Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Mon, 9 Mar 2026 19:04:29 +0100 Subject: [PATCH] [TASK] Add gnome config for window handling and power down --- nixos/dconf.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"]; };