mirror of
https://github.com/nix-community/home-manager
synced 2024-12-24 02:39:48 +01:00
herbstluftwm: Reset mousebinds on (re)load
Keybinds and rules were already reset, but now also the mousebinds are.
This commit is contained in:
parent
1a0a5f5037
commit
47bb9e7569
3 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,7 @@ in {
|
|||
herbstclient attr theme.tiling.reset 1
|
||||
herbstclient attr theme.floating.reset 1
|
||||
herbstclient keyunbind --all
|
||||
herbstclient mouseunbind --all
|
||||
herbstclient unrule --all
|
||||
|
||||
${renderSettings cfg.settings}
|
||||
|
|
|
@ -11,6 +11,7 @@ herbstclient emit_hook reload
|
|||
herbstclient attr theme.tiling.reset 1
|
||||
herbstclient attr theme.floating.reset 1
|
||||
herbstclient keyunbind --all
|
||||
herbstclient mouseunbind --all
|
||||
herbstclient unrule --all
|
||||
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ herbstclient emit_hook reload
|
|||
herbstclient attr theme.tiling.reset 1
|
||||
herbstclient attr theme.floating.reset 1
|
||||
herbstclient keyunbind --all
|
||||
herbstclient mouseunbind --all
|
||||
herbstclient unrule --all
|
||||
|
||||
herbstclient set always_show_frame true
|
||||
|
|
Loading…
Reference in a new issue