mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-19 17:49:23 +01:00
7 lines
253 B
Bash
7 lines
253 B
Bash
# 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
|