diff --git a/etc/profile.d/mikaela.sh b/etc/profile.d/mikaela.sh index 39c49bfb..5be212c7 100644 --- a/etc/profile.d/mikaela.sh +++ b/etc/profile.d/mikaela.sh @@ -1,6 +1,6 @@ # Use Finnish keyboard layout and map compose to left Windows key and kill -# x with ctrl alt backspace -setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp +# x with ctrl alt backspace and disable unbreakable space +setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none # Steam won't work with it's included runtime export STEAM_RUNTIME=0 diff --git a/rc/profile b/rc/profile index 619e1b50..6934f2ab 100644 --- a/rc/profile +++ b/rc/profile @@ -1,4 +1,4 @@ if [ -f ~/.$(echo $SHELL|cut -d/ -f3)rc ] && [ x$DISPLAY != x ]; then source ~/.$(echo $SHELL|cut -d/ -f3)rc fi -setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp +setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none