home: (actually) fix incorrect default workspace on sway

This commit is contained in:
Guanran Wang 2023-10-10 16:50:14 +08:00
parent 6fb6c417a5
commit 8f87d4175f
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -44,7 +44,6 @@
];
### Keybinds
defaultWorkspace = "workspace number 1";
modifier = "Mod4";
modes = {};
keybindings =
@ -80,7 +79,6 @@
"${modifier}+7" = "workspace 7";
"${modifier}+8" = "workspace 8";
"${modifier}+9" = "workspace 9";
"${modifier}+0" = "workspace 10";
# Move focused Window to workspace
"${modifier}+Shift+1" = "move container to workspace 1";
"${modifier}+Shift+2" = "move container to workspace 2";
@ -91,7 +89,6 @@
"${modifier}+Shift+7" = "move container to workspace 7";
"${modifier}+Shift+8" = "move container to workspace 8";
"${modifier}+Shift+9" = "move container to workspace 9";
"${modifier}+Shift+0" = "move container to workspace 10";
### Execute other stuff
# Launch applications