From bb8d854150f99be41195d26c77198af7525ea650 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 10 Apr 2015 18:36:06 +0300 Subject: [PATCH] NO MORE UNBREAKABLE SPACE! :D MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Serious commit messages™) --- etc/profile.d/mikaela.sh | 4 ++-- rc/profile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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