blob: b227db55296a7599a8cffd996e1ae99021f12511 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/sh
# Xsetup - run as root before the login dialog appears
# Swaps CAPSLOCK and ESC keys, e.g. for vim.
# According to Arch Wiki, this only sets for SDDM and not subsequent sessions.
setxkbmap -option caps:swapescape
|