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