all repos — nixfiles @ db5d0c86b88e30a8acaf40ac2ff7ef8f9da7f7fd

System and user configuration, managed by nix and home-manager

i3: add workspace 0 (grave)

Alan Pearce
commit

db5d0c86b88e30a8acaf40ac2ff7ef8f9da7f7fd

parent

d87e103a89195552a7f8a48653624b14b464b71a

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M user/settings/i3.nixuser/settings/i3.nix
@@ -56,6 +56,7 @@ "${mod}+j" = "focus down";
"${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+j" = "move down";
"${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";