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

Fix workspace switching

This commit is contained in:
RGBCube 2024-05-22 12:31:53 +03:00
parent 5639687538
commit 4e213a0da5
No known key found for this signature in database

View file

@ -94,7 +94,9 @@ in desktopSystemConfiguration {
(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}"
]) (range [ 1 10 ])) ]) (range 1 9))
"SUPER , 0, workspace , 10"
"SUPER+ALT, 0, movetoworkspacesilent, 10"
"SUPER+ALT, left , movewindow, l" "SUPER+ALT, left , movewindow, l"
"SUPER+ALT, down , movewindow, d" "SUPER+ALT, down , movewindow, d"