sway: add keybind to focus urgent
This commit is contained in:
parent
b274c58d84
commit
29537a62b9
1 changed files with 3 additions and 0 deletions
|
@ -175,6 +175,9 @@ pkgs.writeText "config" ''
|
||||||
bindsym $mod+Up focus up
|
bindsym $mod+Up focus up
|
||||||
bindsym $mod+Right focus right
|
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
|
# _move_ the focused window with the same, but add Shift
|
||||||
bindsym $mod+Shift+$left move left
|
bindsym $mod+Shift+$left move left
|
||||||
bindsym $mod+Shift+$down move down
|
bindsym $mod+Shift+$down move down
|
||||||
|
|
Loading…
Reference in a new issue