shell-things/etc/profile.d/mikaela.sh

13 lines
391 B
Bash
Raw Normal View History

2015-07-29 09:16:30 +02:00
# 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)
2015-12-15 19:05:55 +01:00
# Enable numlock
numlockx on
# Workaround disappearing cursors, probably no harm in any case
export XCURSOR_DISCOVER=1