NO MORE UNBREAKABLE SPACE! :D

(Serious commit messages™)
This commit is contained in:
Aminda Suomalainen 2015-04-10 18:36:06 +03:00
parent 55e4921e64
commit bb8d854150
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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