1
1
Fork 0

hyprland: move binds section to variables.nix

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-11 18:19:33 -05:00
parent f1f1a81bec
commit 7dae76f489
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -166,6 +166,14 @@ in
#// vrr = 2; # VRR in fullscreen #// 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 # https://wiki.hyprland.org/Configuring/Variables/#input
input = { input = {
accel_profile = "flat"; accel_profile = "flat";