mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix workspace switching
This commit is contained in:
parent
5639687538
commit
4e213a0da5
1 changed files with 3 additions and 1 deletions
|
@ -94,7 +94,9 @@ in desktopSystemConfiguration {
|
|||
(map (n: [
|
||||
"SUPER , ${toString n}, workspace , ${toString n}"
|
||||
"SUPER+ALT, ${toString n}, movetoworkspacesilent, ${toString n}"
|
||||
]) (range [ 1 10 ]))
|
||||
]) (range 1 9))
|
||||
"SUPER , 0, workspace , 10"
|
||||
"SUPER+ALT, 0, movetoworkspacesilent, 10"
|
||||
|
||||
"SUPER+ALT, left , movewindow, l"
|
||||
"SUPER+ALT, down , movewindow, d"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue