add sxhkd check
This commit is contained in:
parent
622c1b8e77
commit
9e0d5222f6
1 changed files with 2 additions and 0 deletions
2
xinitrc
2
xinitrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue