Create a script for listing and selecting urgent windows in sway
This commit is contained in:
parent
39250fd4f2
commit
7e6272540d
2 changed files with 64 additions and 0 deletions
|
|
@ -188,6 +188,9 @@ input type:touchpad {
|
|||
# Move focus to the parent container
|
||||
bindsym $wm_mod+bracketleft focus parent
|
||||
bindsym $wm_mod+bracketright focus child
|
||||
|
||||
# Select urgent window to move focus to
|
||||
bindsym $wm_mod+backslash exec select-urgent
|
||||
#
|
||||
# Scratchpad:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue