From 873b9fe8115e3f4a6432c980b00ce28375eec237 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 1 Jan 2024 18:49:55 -0500 Subject: Add bindings to switch between outputs --- dot_config/sway/config | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'dot_config/sway/config') 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 -- cgit v1.2.3