mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
mod+shift+q forcekills window
This commit is contained in:
parent
cbbeb075fb
commit
ed9ca405a0
@ -82,7 +82,7 @@ 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 exec --no-startup-id forcekill
|
||||
|
||||
bindsym $mod+w exec $term -e nmtui
|
||||
bindsym $mod+Shift+w exec --no-startup-id $BROWSER
|
||||
|
||||
4
.scripts/i3cmds/forcekill
Executable file
4
.scripts/i3cmds/forcekill
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin
|
||||
# force kills any focused window, handy in case if a window hangs
|
||||
focusid="$(xdotool getwindowfocus getwindowpid)"
|
||||
kill -9 $focusid
|
||||
Loading…
x
Reference in New Issue
Block a user