summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-11-05 13:03:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-11-06 10:50:31 -0700
commit466642c0ff3999cbc8b51431c97a74a5ebef6cb7 (patch)
tree6964a5d5139c51b4d7ac235470743049017249b1 /.config
parent2a0a63ab4a6bab8523e5e37bf7e66b3eeafb0e0d (diff)
downloaddotfiles-466642c0ff3999cbc8b51431c97a74a5ebef6cb7.tar.gz
rework some of my cycling bindings inc. introduce use of windmove
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config12
-rw-r--r--.config/sway/config12
2 files changed, 12 insertions, 12 deletions
diff --git a/.config/i3/config b/.config/i3/config
index e4b6fae5..786700d5 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -262,9 +262,9 @@ bindsym Mod1+Ctrl+i kill
bindsym Ctrl+minus layout toggle split
# Cycle through all workspaces on monitor.
-bindsym Ctrl+3 workspace prev_on_output
+bindsym Ctrl+1 workspace prev_on_output
bindsym Ctrl+4 workspace next_on_output
-bindsym Mod1+Ctrl+3 move container to workspace prev_on_output, \
+bindsym Mod1+Ctrl+1 move container to workspace prev_on_output, \
workspace prev_on_output
bindsym Mod1+Ctrl+4 move container to workspace next_on_output, \
workspace next_on_output
@@ -283,10 +283,10 @@ bindsym Mod1+Ctrl+4 move container to workspace next_on_output, \
# bindsym Mod4+Ctrl+Mod2+KP_Right move workspace to output right
# bindsym Mod4+Ctrl+KP_6 move workspace to output right
-bindsym Ctrl+1 focus output left
-bindsym Mod1+Ctrl+1 move workspace to output left
-bindsym Ctrl+2 focus output right
-bindsym Mod1+Ctrl+2 move workspace to output right
+bindsym Ctrl+2 focus output left
+bindsym Mod1+Ctrl+2 move workspace to output left
+bindsym Ctrl+3 focus output right
+bindsym Mod1+Ctrl+3 move workspace to output right
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
diff --git a/.config/sway/config b/.config/sway/config
index 9b8e7e21..66ed4f3f 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -282,19 +282,19 @@ bindsym Ctrl+minus layout toggle split
# Warp the cursor to a point on the screen which is hopefully a titlebar.
# This means that cycling through workspaces does not abruptly stop because,
# e.g., a VNC client has grabbed the keyboard upon entry to the workspace.
-bindsym Ctrl+3 seat - cursor set 0 0, workspace prev_on_output
+bindsym Ctrl+1 seat - cursor set 0 0, workspace prev_on_output
bindsym Ctrl+4 seat - cursor set 0 0, workspace next_on_output
-bindsym Mod1+Ctrl+3 seat - cursor set 0 0, \
+bindsym Mod1+Ctrl+1 seat - cursor set 0 0, \
move container to workspace prev_on_output, \
workspace prev_on_output
bindsym Mod1+Ctrl+4 seat - cursor set 0 0, \
move container to workspace next_on_output, \
workspace next_on_output
-bindsym Ctrl+1 focus output left
-bindsym Mod1+Ctrl+1 move workspace to output left
-bindsym Ctrl+2 focus output right
-bindsym Mod1+Ctrl+2 move workspace to output right
+bindsym Ctrl+2 focus output left
+bindsym Mod1+Ctrl+2 move workspace to output left
+bindsym Ctrl+3 focus output right
+bindsym Mod1+Ctrl+3 move workspace to output right
# Start swaybar to display a workspace bar (plus the system information
# i3status finds out, if available)