diff --git a/.xinitrc b/.xinitrc index 416bafc..72c8306 100644 --- a/.xinitrc +++ b/.xinitrc @@ -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}