mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
Mikaela Suomalainen
6b6cefb9cd
Workarounds invisible cursor issue and I think it doesn't hurt even when that issue isn't encountered.
4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
export XCURSOR_DISCOVER=1
|
|
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
|
exec mate-session
|