diff --git a/etc/profile.d/mikaela.sh b/etc/profile.d/mikaela.sh deleted file mode 100644 index 972b5713..00000000 --- a/etc/profile.d/mikaela.sh +++ /dev/null @@ -1,12 +0,0 @@ -# Map compose to left menu and kill x with ctrl alt backspace and -# disable unbreakable space -setxkbmap -option compose:menu -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