mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
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:
parent
e99cffb130
commit
6b6cefb9cd
@ -7,3 +7,6 @@ TZ=$(date +%Z)
|
||||
|
||||
# Enable numlock
|
||||
numlockx on
|
||||
|
||||
# Workaround disappearing cursors, probably no harm in any case
|
||||
export XCURSOR_DISCOVER=1
|
||||
|
@ -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
|
||||
|
@ -1,2 +1,3 @@
|
||||
export XCURSOR_DISCOVER=1
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||
exec mate-session
|
||||
|
Loading…
Reference in New Issue
Block a user