mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
NO MORE UNBREAKABLE SPACE! :D
(Serious commit messages™)
This commit is contained in:
parent
55e4921e64
commit
bb8d854150
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user