summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config18
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 857f14da..55ccdbf8 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -272,18 +272,18 @@ bindsym Ctrl+6 exec \
# bindsym Ctrl+apostrophe layout toggle splith splitv tabbed
-# Cycle through all workspaces on monitor.
+# Cycle through all workspaces.
# 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+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+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 seat - cursor set 0 0, exec \
+ ~/src/dotfiles/scripts/desktop/i3status-wrapper-msg workspace prev
+bindsym Ctrl+4 seat - cursor set 0 0, exec \
+ ~/src/dotfiles/scripts/desktop/i3status-wrapper-msg workspace next
+bindsym Mod1+Ctrl+1 seat - cursor set 0 0, exec \
+ ~/src/dotfiles/scripts/desktop/i3status-wrapper-msg move_workspace prev
+bindsym Mod1+Ctrl+4 seat - cursor set 0 0, exec \
+ ~/src/dotfiles/scripts/desktop/i3status-wrapper-msg move_workspace next
bindsym Ctrl+2 focus output left
bindsym Mod1+Ctrl+2 move workspace to output left