Add back and forth key to workspaces

This commit is contained in:
2022-01-28 21:57:43 +00:00
parent 3c58271c85
commit a99f950f26

View File

@@ -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";