shell-things/etc/profile.d/mikaela.sh
Mikaela Suomalainen 0afc716ccf
Partially revert f7fbf35109
That was just too evil, especially as the line has moved to my i3wm
config where nothing else I have tried works.
2019-02-04 20:33:31 +02:00

13 lines
384 B
Bash

# 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