Add note about reload hook
This commit is contained in:
parent
d62e0a6db0
commit
6d07c19488
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ function lock-tag-to-monitor() {
|
||||||
, set_attr tags.by-name."$1".my-monitor "$2"
|
, set_attr tags.by-name."$1".my-monitor "$2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
## Reload hook:
|
||||||
|
|
||||||
|
# According to the herbstluftwm man page this hook is emitted so that
|
||||||
|
# daemons will know to quit and it should be emitted first thing.
|
||||||
hc emit_hook reload
|
hc emit_hook reload
|
||||||
|
|
||||||
xsetroot -solid '#5A8E3A'
|
xsetroot -solid '#5A8E3A'
|
||||||
|
|
Loading…
Reference in a new issue