summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config12
1 files changed, 6 insertions, 6 deletions
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)