1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Make workspace changing with scroll whell repeatable

This commit is contained in:
RGBCube 2024-05-23 11:41:39 +03:00
parent c2b55b131b
commit 4cf1ac88bb
No known key found for this signature in database

View file

@ -63,6 +63,9 @@ in desktopSystemConfiguration {
]; ];
binde = [ binde = [
"SUPER, mouse_up, workspace, e+1"
"SUPER, mouse_down, workspace, e-1"
"SUPER, left , movefocus, l" "SUPER, left , movefocus, l"
"SUPER, down , movefocus, d" "SUPER, down , movefocus, d"
"SUPER, up , movefocus, u" "SUPER, up , movefocus, u"
@ -88,9 +91,6 @@ in desktopSystemConfiguration {
"SUPER , TAB, workspace, e+1" "SUPER , TAB, workspace, e+1"
"SUPER+ALT, TAB, workspace, e-1" "SUPER+ALT, TAB, workspace, e-1"
"SUPER, mouse_up, workspace, e+1"
"SUPER, mouse_down, workspace, e-1"
(map (n: [ (map (n: [
"SUPER , ${toString n}, workspace , ${toString n}" "SUPER , ${toString n}, workspace , ${toString n}"
"SUPER+ALT, ${toString n}, movetoworkspacesilent, ${toString n}" "SUPER+ALT, ${toString n}, movetoworkspacesilent, ${toString n}"