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:
parent
c2b55b131b
commit
4cf1ac88bb
1 changed files with 3 additions and 3 deletions
|
@ -63,6 +63,9 @@ in desktopSystemConfiguration {
|
|||
];
|
||||
|
||||
binde = [
|
||||
"SUPER, mouse_up, workspace, e+1"
|
||||
"SUPER, mouse_down, workspace, e-1"
|
||||
|
||||
"SUPER, left , movefocus, l"
|
||||
"SUPER, down , movefocus, d"
|
||||
"SUPER, up , movefocus, u"
|
||||
|
@ -88,9 +91,6 @@ in desktopSystemConfiguration {
|
|||
"SUPER , TAB, workspace, e+1"
|
||||
"SUPER+ALT, TAB, workspace, e-1"
|
||||
|
||||
"SUPER, mouse_up, workspace, e+1"
|
||||
"SUPER, mouse_down, workspace, e-1"
|
||||
|
||||
(map (n: [
|
||||
"SUPER , ${toString n}, workspace , ${toString n}"
|
||||
"SUPER+ALT, ${toString n}, movetoworkspacesilent, ${toString n}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue