From 8f87d4175f61a8ceff98051fd392bc213a94bc67 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 10 Oct 2023 16:50:14 +0800 Subject: [PATCH] home: (actually) fix incorrect default workspace on sway --- users/guanranwang/home-manager/nixos/sway.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/users/guanranwang/home-manager/nixos/sway.nix b/users/guanranwang/home-manager/nixos/sway.nix index 9a8c45e..335edf8 100644 --- a/users/guanranwang/home-manager/nixos/sway.nix +++ b/users/guanranwang/home-manager/nixos/sway.nix @@ -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