diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-01-01 18:49:55 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-01-01 18:49:55 -0500 |
commit | 873b9fe8115e3f4a6432c980b00ce28375eec237 (patch) | |
tree | 6b34ac5b4f22acd4f966bd3cab0c4ca3292f2766 /dot_config | |
parent | Kanshi config for T14 at home (diff) |
Add bindings to switch between outputs
Diffstat (limited to '')
-rw-r--r-- | dot_config/sway/config | 12 |
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 |