sway: add keybind to focus urgent

This commit is contained in:
Kevin Baensch 2024-12-14 21:45:51 +01:00
parent b274c58d84
commit 29537a62b9
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -175,6 +175,9 @@ pkgs.writeText "config" ''
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# focus urgent
bindsym $mod+g exec swaymsg "[urgent=latest] focus"
# _move_ the focused window with the same, but add Shift
bindsym $mod+Shift+$left move left
bindsym $mod+Shift+$down move down