Forgot that xbanish doesn't fork
This commit is contained in:
parent
ca000969e8
commit
c2cc7bdc12
2
.xinitrc
2
.xinitrc
|
@ -65,7 +65,7 @@ xautolock -time $locktime -locker "$screen_locker" -detectsleep &
|
||||||
[ -s /usr/bin/numlockx ] && numlockx on
|
[ -s /usr/bin/numlockx ] && numlockx on
|
||||||
|
|
||||||
# Hide cursor when any key is pressed
|
# Hide cursor when any key is pressed
|
||||||
xbanish
|
xbanish &
|
||||||
|
|
||||||
# If $1 isn't set, use "i3"
|
# If $1 isn't set, use "i3"
|
||||||
session=${1:-i3}
|
session=${1:-i3}
|
||||||
|
|
Loading…
Reference in New Issue