mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-20 01:59:22 +01:00
7 lines
284 B
Bash
7 lines
284 B
Bash
# Use Finnish keyboard layout and 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
|