From 361f3ef705bf04f9f5c90d73333112e905aa6f33 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 22 Jul 2023 14:18:45 +0200 Subject: [PATCH] pinwheel Add keybinding for workspace 10 for `sway` --- hosts/pinwheel/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 2c706b0..39531ca 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -97,6 +97,7 @@ keybindings = lib.mkOptionDefault { "${modifier}+space" = "exec ${pkgs.dmenu}/bin/dmenu_run"; + "${modifier}+0" = "workspace 10"; }; input = {