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
|
@ -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