summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/i3.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/i3.nix b/user/settings/i3.nix
index f23b6d05..4ac2fab6 100644
--- a/user/settings/i3.nix
+++ b/user/settings/i3.nix
@@ -56,6 +56,7 @@
         "${mod}+k" = "focus up";
         "${mod}+l" = "focus right";
 
+        "${mod}+grave" = "workspace 0";
         "${mod}+1" = "workspace 1";
         "${mod}+2" = "workspace 2";
         "${mod}+3" = "workspace 3";
@@ -73,6 +74,7 @@
         "${mod}+Shift+k" = "move up";
         "${mod}+Shift+l" = "move right";
 
+        "${mod}+Shift+grave" = "move container to workspace 0";
         "${mod}+Shift+1" = "move container to workspace 1";
         "${mod}+Shift+2" = "move container to workspace 2";
         "${mod}+Shift+3" = "move container to workspace 3";