Permalink
Browse files

export XCURSOR_DISCOVER=1

Workarounds invisible cursor issue and I think it doesn't hurt even when
that issue isn't encountered.
  • Loading branch information...
1 parent e99cffb commit 6b6cefb9cd2586cc59accdffc5dbfd72178be918 @Mikaela committed Apr 15, 2016
Showing with 7 additions and 0 deletions.
  1. +3 −0 etc/profile.d/mikaela.sh
  2. +3 −0 rc/profile
  3. +1 −0 rc/xinitrc
View
@@ -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
@@ -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
@@ -1,2 +1,3 @@
+export XCURSOR_DISCOVER=1
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
exec mate-session

0 comments on commit 6b6cefb

Please sign in to comment.