mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +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
|
# Enable numlock
|
||||||
numlockx on
|
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
|
# Numlock on at boot
|
||||||
numlockx on
|
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...
|
# The environment was set to ~/.environment according to other files...
|
||||||
if [ -f ~/.environment ]; then
|
if [ -f ~/.environment ]; then
|
||||||
. ~/.environment
|
. ~/.environment
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
|
export XCURSOR_DISCOVER=1
|
||||||
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||||
exec mate-session
|
exec mate-session
|
||||||
|
Loading…
Reference in New Issue
Block a user