From 93d775c3a5f868e51044580d3612d7e8e12f9588 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 29 Jul 2015 10:16:30 +0300 Subject: [PATCH] fix etc/profile.d/mikaela.sh --- etc/profile.d/mikaela.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/profile.d/mikaela.sh b/etc/profile.d/mikaela.sh index 5be212c7..11f11dc7 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 and disable unbreakable space +# Map compose to left Windows key and kill 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 +#export STEAM_RUNTIME=0