aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2024-01-01 18:49:55 -0500
committerRyan Kavanagh <rak@rak.ac>2024-01-01 18:49:55 -0500
commit873b9fe8115e3f4a6432c980b00ce28375eec237 (patch)
tree6b34ac5b4f22acd4f966bd3cab0c4ca3292f2766
parentKanshi config for T14 at home (diff)
Add bindings to switch between outputs
-rw-r--r--dot_config/sway/config12
1 files changed, 5 insertions, 7 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config
index 650cd81..584cbf3 100644
--- a/dot_config/sway/config
+++ b/dot_config/sway/config
@@ -83,8 +83,7 @@ bindsym --to-code {
# Exit sway (logs you out of your Wayland session)
$mod+Shift+e exec \
swaynag -t warning \
- -m 'You pressed the exit shortcut. Do you really want to \
- exit sway? This will end your Wayland session.' \
+ -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' \
-B 'Yes, exit sway' \
'swaymsg exit'
@@ -106,11 +105,10 @@ bindsym --to-code {
$mod+$down focus down
$mod+$up focus up
$mod+$right focus right
- # Or use $mod+[up|down|left|right]
- $mod+Left workspace prev
- $mod+Down focus down
- $mod+Up focus up
- $mod+Right workspace next
+ $mod+Alt+$left focus output left
+ $mod+Alt+$down focus output down
+ $mod+Alt+$up focus output up
+ $mod+Alt+$right focus output right
# Move the focused window with the same, but add Shift
$mod+Shift+$left move left