diff --git a/user/progs/i3/default.nix b/user/progs/i3/default.nix index d7fb775..23ffcda 100644 --- a/user/progs/i3/default.nix +++ b/user/progs/i3/default.nix @@ -50,6 +50,8 @@ in { "${mod}+Shift+h" = "move left"; "${mod}+Shift+l" = "move right"; + "${mod}+Tab" = "workspace back_and_forth"; + "${mod}+b" = "split h"; "${mod}+v" = "split v"; "${mod}+Control+Return" = "exec --no-startup-id i3utils workspace new";