[X] Start sxhkdrc with fifo pipe enabled
This commit is contained in:
parent
7be23bb4b8
commit
bd047962f8
1 changed files with 1 additions and 1 deletions
|
@ -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 &
|
||||
|
||||
|
|
Loading…
Reference in a new issue