diff --git a/home/gnome.nix b/home/gnome.nix index 993a283..3bd6391 100644 --- a/home/gnome.nix +++ b/home/gnome.nix @@ -1,11 +1,13 @@ -{ config, pkgs, lib, ... }: { +{ config, pkgs, lib, ... }: + +{ dconf.settings = { # # touchpad # "org/gnome/desktop/peripherals/touchpad" = { - natural-scroll = false; + natural-scroll = false; two-finger-scrolling-enabled = true; }; @@ -14,16 +16,16 @@ # "org/gnome/desktop/wm/keybindings" = { - close = [ "q" ]; - maximize = [ "Up" ]; - unmaximize = [ "Down" ]; - move-to-workspace-left = [ "Left" ]; - move-to-workspace-right = [ "Right" ]; - switch-to-workspace-left = [ "Left" ]; + close = [ "q" ]; + maximize = [ "Up" ]; + unmaximize = [ "Down" ]; + move-to-workspace-left = [ "Left" ]; + move-to-workspace-right = [ "Right" ]; + switch-to-workspace-left = [ "Left" ]; switch-to-workspace-right = [ "Right" ]; }; "org/gnome/mutter/keybindings" = { - toggle-tiled-left = [ "Left" ]; + toggle-tiled-left = [ "Left" ]; toggle-tiled-right = [ "Right" ]; }; @@ -41,21 +43,21 @@ screensaver = [ "l" ]; # disable screenshot - screenshot = []; + screenshot = []; }; "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { binding = "F12"; command = "guake-toggle"; - name = "Guake"; + name = "Guake"; }; "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = { binding = "a"; command = "albert toggle"; - name = "Albert"; + name = "Albert"; }; # @@ -63,9 +65,8 @@ # "org/gnome/settings-daemon/plugins/power" = { - sleep-inactive-ac-type = "nothing"; + sleep-inactive-ac-type = "nothing"; sleep-inactive-battery-type = "nothing"; - }; # @@ -73,7 +74,7 @@ # "org/gnome/settings-daemon/plugins/color" = { - night-light-enabled = true; + night-light-enabled = true; night-light-temperature = 2536; };