Change default quit key binding to mod+shift+q
This commit is contained in:
@@ -5,7 +5,7 @@ module Uh
|
||||
|
||||
MODIFIER = :mod1
|
||||
KEYBINDS = {
|
||||
q: proc { quit }
|
||||
[:q, :shift] => proc { quit }
|
||||
}.freeze
|
||||
WORKER = :block
|
||||
|
||||
|
@@ -12,7 +12,7 @@ module Uh
|
||||
|
||||
def uhwm_ensure_stop
|
||||
if @process
|
||||
x_key 'alt+q'
|
||||
x_key 'alt+shift+q'
|
||||
@process.terminate
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user