Updated Module: ipc (markdown)

Patrick Ziegler 2020-06-24 17:54:57 +02:00
parent df08b4f70c
commit f1fe327054
1 changed files with 1 additions and 0 deletions

@ -25,6 +25,7 @@ hook-2 = echo "Files in ${HOME}: $(ls -1a ~ | wc -l)"
; Hook to execute on launch. The index is 1-based and using ; Hook to execute on launch. The index is 1-based and using
; the example below (2) `whoami` would be executed on launch. ; the example below (2) `whoami` would be executed on launch.
; If 0 is specified, no hook is run on launch
; Default: 0 ; Default: 0
initial = 2 initial = 2
~~~ ~~~