pinwheel Add keybinding for workspace 10 for sway

This commit is contained in:
Alexander Heldt
2023-07-22 14:18:45 +02:00
parent 07d137a746
commit 361f3ef705

View File

@@ -97,6 +97,7 @@
keybindings = lib.mkOptionDefault { keybindings = lib.mkOptionDefault {
"${modifier}+space" = "exec ${pkgs.dmenu}/bin/dmenu_run"; "${modifier}+space" = "exec ${pkgs.dmenu}/bin/dmenu_run";
"${modifier}+0" = "workspace 10";
}; };
input = { input = {