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.
This commit is contained in:
Koichiro IWAO 2017-05-15 15:02:06 +09:00 committed by metalefty
parent 606984baad
commit 6a860d4b02
2 changed files with 5 additions and 1 deletions

View File

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

3
sesman/reconnectwm.sh Executable file
View File

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