Added xbanish to hide cursor by default session-wide

This commit is contained in:
David Thurstenson 2019-05-17 09:35:15 -05:00
parent 70d46711b4
commit ca000969e8
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ xautolock -time $locktime -locker "$screen_locker" -detectsleep &
# If numlockx is installed, turn numlock on
[ -s /usr/bin/numlockx ] && numlockx on
# Hide cursor when any key is pressed
xbanish
# If $1 isn't set, use "i3"
session=${1:-i3}