export XCURSOR_DISCOVER=1

Workarounds invisible cursor issue and I think it doesn't hurt even when
that issue isn't encountered.
This commit is contained in:
Aminda Suomalainen 2016-04-15 21:15:06 +03:00
parent e99cffb130
commit 6b6cefb9cd
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
3 changed files with 7 additions and 0 deletions

View File

@ -7,3 +7,6 @@ TZ=$(date +%Z)
# Enable numlock
numlockx on
# Workaround disappearing cursors, probably no harm in any case
export XCURSOR_DISCOVER=1

View File

@ -22,6 +22,9 @@ ulimit -c unlimited
# Numlock on at boot
numlockx on
# Workaround disappearing cursors, probably no harm in any case
export XCURSOR_DISCOVER=1
# The environment was set to ~/.environment according to other files...
if [ -f ~/.environment ]; then
. ~/.environment

View File

@ -1,2 +1,3 @@
export XCURSOR_DISCOVER=1
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
exec mate-session