shell-things/etc/profile.d/mikaela.sh
Mikaela Suomalainen 6b6cefb9cd
export XCURSOR_DISCOVER=1
Workarounds invisible cursor issue and I think it doesn't hurt even when
that issue isn't encountered.
2016-04-15 21:15:06 +03:00

13 lines
391 B
Bash

# Map compose to left Windows key and kill x with ctrl alt backspace and
# disable unbreakable space
setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none
# Set TZ as the current timezone. This is supposed to be sent over SSH.
TZ=$(date +%Z)
# Enable numlock
numlockx on
# Workaround disappearing cursors, probably no harm in any case
export XCURSOR_DISCOVER=1