fix sxhkd running in sv dir instead of home dir
This commit is contained in:
parent
533f58b559
commit
c1718db3f0
|
@ -2,5 +2,7 @@
|
||||||
export DISPLAY=:0
|
export DISPLAY=:0
|
||||||
export SHELL=/bin/bash
|
export SHELL=/bin/bash
|
||||||
|
|
||||||
|
cd /home/hendrik
|
||||||
|
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
exec sxhkd
|
exec sxhkd
|
||||||
|
|
Loading…
Reference in New Issue