mod+shift+q forcekills selected window
This commit is contained in:
parent
1f6dbfea03
commit
7343631a23
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ bindsym $mod+Insert exec --no-startup-id showclip
|
|||
|
||||
# #---Letter Key Bindings---# #
|
||||
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||
bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
||||
bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] exec --no-startup-id kill -9 `xdotool getwindowfocus getwindowpid`
|
||||
|
||||
|
||||
bindsym $mod+w exec $term -e nmtui
|
||||
bindsym $mod+Shift+w exec --no-startup-id $BROWSER
|
||||
|
|
Loading…
Reference in a new issue