From 6b6cefb9cd2586cc59accdffc5dbfd72178be918 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 15 Apr 2016 21:15:06 +0300 Subject: [PATCH] export XCURSOR_DISCOVER=1 Workarounds invisible cursor issue and I think it doesn't hurt even when that issue isn't encountered. --- etc/profile.d/mikaela.sh | 3 +++ rc/profile | 3 +++ rc/xinitrc | 1 + 3 files changed, 7 insertions(+) diff --git a/etc/profile.d/mikaela.sh b/etc/profile.d/mikaela.sh index 2094aae8..f8853e5f 100644 --- a/etc/profile.d/mikaela.sh +++ b/etc/profile.d/mikaela.sh @@ -7,3 +7,6 @@ TZ=$(date +%Z) # Enable numlock numlockx on + +# Workaround disappearing cursors, probably no harm in any case +export XCURSOR_DISCOVER=1 diff --git a/rc/profile b/rc/profile index d01383a1..bce2ebc0 100644 --- a/rc/profile +++ b/rc/profile @@ -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 diff --git a/rc/xinitrc b/rc/xinitrc index 26c62c24..00eda4a5 100644 --- a/rc/xinitrc +++ b/rc/xinitrc @@ -1,2 +1,3 @@ +export XCURSOR_DISCOVER=1 [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources exec mate-session