Compare commits

...

2 Commits

Author SHA1 Message Date
fanyx c974498c72 remove README.md from sv dir completions 2022-07-12 16:59:32 +02:00
fanyx c1718db3f0 fix sxhkd running in sv dir instead of home dir 2022-07-12 16:59:17 +02:00
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ _sv()
COMPREPLY=( /var/service/* )
COMPREPLY+=( /home/hendrik/sv/* )
COMPREPLY=( ${COMPREPLY[@]##*/} )
COMPREPLY=( "${COMPREPLY[@]/README.md}" )
COMPREPLY=( $(compgen -W '${COMPREPLY[@]}' -- ${cur}) )
return
;;

View File

@ -2,5 +2,7 @@
export DISPLAY=:0
export SHELL=/bin/bash
cd /home/hendrik
exec 2>&1
exec sxhkd