hyprland: move binds section to variables.nix
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
f1f1a81bec
commit
7dae76f489
1 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue