summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xkfix7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/xkfix b/scripts/xkfix
new file mode 100755
index 0000000..8697362
--- /dev/null
+++ b/scripts/xkfix
@@ -0,0 +1,7 @@
1#!/bin/sh
2
3# Swap Esc and Caps Lock and set compose key to Right Alt
4# Requires: setxkbmap
5
6setxkbmap -option caps:swapescape
7setxkbmap -option compose:ralt

Generated with cgit - Back to sebastiano.tronto.net