diff --git a/home/i3.nix b/home/i3.nix index 506065f..800e8ae 100644 --- a/home/i3.nix +++ b/home/i3.nix @@ -32,6 +32,17 @@ in "${modifier}+Shift+j" = "move down"; "${modifier}+Shift+k" = "move up"; "${modifier}+Shift+l" = "move right"; + + "${modifier}+Ctrl+1" = "move container to workspace 1;workspace 1"; + "${modifier}+Ctrl+2" = "move container to workspace 2;workspace 2"; + "${modifier}+Ctrl+3" = "move container to workspace 3;workspace 3"; + "${modifier}+Ctrl+4" = "move container to workspace 4;workspace 4"; + "${modifier}+Ctrl+5" = "move container to workspace 5;workspace 5"; + "${modifier}+Ctrl+6" = "move container to workspace 6;workspace 6"; + "${modifier}+Ctrl+7" = "move container to workspace 7;workspace 7"; + "${modifier}+Ctrl+8" = "move container to workspace 8;workspace 8"; + "${modifier}+Ctrl+9" = "move container to workspace 9;workspace 9"; + "${modifier}+Ctrl+0" = "move container to workspace 10;workspace 10"; }; modes = lib.mkOptionDefault { "(e)xit, (r)estart, (s)hutdown" = {