sesman: install empty reconnectwm.sh as a template

as it was undocumented and few people know reconnectwm.sh is executed on
client reconnect. The behaviour of startwm.sh / reconnectwm.sh  should
be documented. This is a first step of documenting them.
master
Koichiro IWAO 7 years ago committed by metalefty
parent 606984baad
commit 6a860d4b02

@ -78,7 +78,8 @@ dist_sesmansysconf_DATA = \
sesman.ini
dist_sesmansysconf_SCRIPTS = \
startwm.sh
startwm.sh \
reconnectwm.sh
SUBDIRS = \
libscp \

@ -0,0 +1,3 @@
#!/bin/sh
# Write procedures here you want to execute on reconnect
Loading…
Cancel
Save