home · contact · privacy
Use CapsLock as ComposeKey.
[config] / buster / home_files / user / .xinitrc
1 # X init configuration
2
3 # Set keymap.
4 setxkbmap de
5
6 # Map CapsLock to Compose key.
7 xmodmap -e "clear Lock"
8 xmodmap -e "keycode 66 = Multi_key"
9
10 # Load xterm settings
11 xrdb -merge ~/.Xresources
12
13 # Redshift to Berlin, Germany.
14 redshift -rl 53:13 &
15
16 # Launch window manager.
17 i3