mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-12 21:38:31 +02:00
hyprland: use hyprnome with scroll wheel
Took so long to add since I never used this previously.
This commit is contained in:
parent
9d0e092282
commit
3287c29e16
@ -234,8 +234,8 @@ in
|
||||
"${super}_SHIFT, 1, exec, hyprnome --previous --move"
|
||||
"${super}_SHIFT, 2, exec, hyprnome --move"
|
||||
|
||||
"${super}, mouse_down, workspace, e+1"
|
||||
"${super}, mouse_up, workspace, e-1"
|
||||
"${super}, mouse_down, exec, hyprnome --previous"
|
||||
"${super}, mouse_up, exec, hyprnome"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
|
Loading…
Reference in New Issue
Block a user