mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
herbstluftwm: Reset mousebinds on (re)load
Keybinds and rules were already reset, but now also the mousebinds are.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user