keyd-application-mapper: Apply bindings to all configs (#265)

master
Raheman Vaiya 4 years ago
parent ed4f83f5e1
commit 768de578ba
  1. 2
      scripts/keyd-application-mapper

@ -377,7 +377,7 @@ def on_window_change(cls, title):
print(f'Active window: {cls}|{title}')
bindings = lookup_bindings(cls, title)
subprocess.run(['keyd', '-e', 'reset', *bindings])
subprocess.run(['keyd', '--all', '-e', 'reset', *bindings])
mon = get_monitor(on_window_change)

Loading…
Cancel
Save