add sxhkd check

This commit is contained in:
Ray Elliott 2020-03-31 22:41:00 +01:00
parent 622c1b8e77
commit 9e0d5222f6
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ xset s off -dpms
if command -v xbindkeys ; then
xbindkeys
elif command -v sxhkd ; then
sxhkd &
fi
if [ -f "$HOME/.config/feh/fehbg" ] ; then