herbstluftwm: Reset mousebinds on (re)load

Keybinds and rules were already reset, but now also the mousebinds are.
This commit is contained in:
Olmo Kramer 2022-12-19 22:12:34 +01:00
parent 1a0a5f5037
commit 47bb9e7569
No known key found for this signature in database
GPG Key ID: BE09591F4AB66337
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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