7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Make sure user bin is imported for sxhkd
|
|
PATH="/home/dakedres/bin:$PATH"
|
|
|
|
pgrep -x sxhkd > /dev/null || sxhkd &
|