From 7dae76f4899589a164a312937c09006c8852130d Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 11 Sep 2024 18:19:33 -0500 Subject: [PATCH] hyprland: move binds section to variables.nix Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index 5681108..dbcca18 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -166,6 +166,14 @@ in #// vrr = 2; # VRR in fullscreen }; + # https://wiki.hyprland.org/Configuring/Variables/#binds + binds = { + allow_workspace_cycles = true; + disable_keybind_grabbing = true; + ignore_group_lock = true; + scroll_event_delay = 0; + }; + # https://wiki.hyprland.org/Configuring/Variables/#input input = { accel_profile = "flat";