11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Compose key: windows key
|
||
|
setxkbmap -option compose:lwin
|
||
|
|
||
|
# Caps turned into escape
|
||
|
setxkbmap -option caps:escape_shifted_capslock
|
||
|
|
||
|
# dead_greek as control right
|
||
|
xmodmap ~/.Xmodmap
|