
I always have a hard time remembering how to set the keyboard shortcuts for umlauts on GNU/Linux.
Use the runtime utility setxkbmap:
setxkbmap -option "compose:lwin"
So now (+ just means "and then press" in this context):
| Keys to press | Character that you get | |
|---|---|---|
| win+s+s | ß | |
| win+a+" | ä | |
| win+shift+a+" | Ä | |
| win+u+" | ü | |
| win+shift+u+" | Ü | |
| win+o+" | ö | |
| win+shift+u+" | Ö |
Also don't forget to set ctrl+alt+backspace back to a sane setting with:
setxkbmap -option "terminate:ctrl_alt_bksp"

