Added hotkey for SIGKILL
This commit is contained in:
parent
5cf452e053
commit
8c7f5f50cc
@ -600,6 +600,9 @@ clientkeys = mytable.join(
|
||||
awful.key({ modkey, 'Shift' }, 'c', function(c)
|
||||
c:kill()
|
||||
end, { description = 'close', group = 'client' }),
|
||||
awful.key({ modkey, 'Shift', 'Control', altkey }, 'c', function(c)
|
||||
awesome.kill(c.pid, awesome.unix_signal['SIGKILL'])
|
||||
end, { description = 'send sigkill', group = 'client' }),
|
||||
awful.key(
|
||||
{ modkey, 'Control' },
|
||||
'space',
|
||||
|
Loading…
Reference in New Issue
Block a user