summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-07-07 10:33:36 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-07-07 10:33:36 +0100
commit9501e054e61d733caa47cddd935d94d42ced0132 (patch)
treeec1fc9f2b449fdb7135008cdd9d04b5522d6c3ab
parent8d5ee79127671b3aa769783c116cf58e0ab79c5e (diff)
downloaddotfiles-9501e054e61d733caa47cddd935d94d42ced0132.tar.gz
improved sequence for C-' layout toggling
-rw-r--r--.config/i3/config2
-rw-r--r--.config/sway/config2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config
index e20d1df3..abfd8b61 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -259,7 +259,7 @@ bindsym Mod1+Ctrl+9 move up
bindsym Ctrl+5 kill
bindsym Ctrl+6 fullscreen toggle
-bindsym Ctrl+apostrophe layout toggle split
+bindsym Ctrl+apostrophe layout toggle splith splitv tabbed
# Cycle through all workspaces on monitor.
bindsym Ctrl+1 workspace prev_on_output
diff --git a/.config/sway/config b/.config/sway/config
index a8cc27bd..c8395e84 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -271,7 +271,7 @@ bindsym Mod1+Ctrl+9 move up
bindsym Ctrl+5 kill
bindsym Ctrl+6 fullscreen toggle
-bindsym Ctrl+apostrophe layout toggle split
+bindsym Ctrl+apostrophe layout toggle splith splitv tabbed
# Cycle through all workspaces on monitor.
# Warp the cursor to a point on the screen which is hopefully a titlebar.