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

14 lines
532 B
Bash
Raw Normal View History

# Map compose to left menu and kill x with ctrl alt backspace and
# disable unbreakable space, male alt+shift change layout and
# layouts Finnish, Czech Qwerty and Esperanto.
setxkbmap -option compose:menu -option terminate:ctrl_alt_bksp -option nbsp:none -option 'grp:alt_shift_toggle' -layout fi,cz,epo -variant ,qwerty,
# 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