summaryrefslogtreecommitdiff
path: root/scripts/xkfix
blob: 8697362c5253d5f39cee770d0fd35516585153cf (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Swap Esc and Caps Lock and set compose key to Right Alt
# Requires: setxkbmap

setxkbmap -option caps:swapescape
setxkbmap -option compose:ralt

Generated with cgit - Back to sebastiano.tronto.net