[X] Start sxhkdrc with fifo pipe enabled

This commit is contained in:
Marty Oehme 2020-05-26 15:09:28 +02:00
parent 7be23bb4b8
commit bd047962f8
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A

View file

@ -61,7 +61,7 @@ type flashfocus >/dev/null 2>&1 && flashfocus -l never &
type redshift >/dev/null 2>&1 && redshift &
# if sxhkd - the key-binding daemon is installed, start it up
type sxhkd >/dev/null 2>&1 && sxhkd &
type sxhkd >/dev/null 2>&1 && sxhkd -s "$XDG_RUNTIME_DIR/sxhkd_fifo" &
# if greenclip - a clipboard manager, integrated with rofi, is installed, start it up
type greenclip >/dev/null 2>&1 && greenclip daemon &