diff options
author | Camil Staps | 2017-10-27 11:03:34 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-27 11:03:34 +0200 |
commit | 7d5c61cdaabfbfa5b44ccecfaf0f3102599b0131 (patch) | |
tree | 6489293f6f304a9fb35e42c552b72df9a1107ac9 /x | |
parent | Add setbg-cloogle (diff) |
Add X keyboard settings
Diffstat (limited to 'x')
-rw-r--r-- | x/20-keyboard.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x/20-keyboard.conf b/x/20-keyboard.conf new file mode 100644 index 0000000..9c79b42 --- /dev/null +++ b/x/20-keyboard.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "keyboard defaults" + MatchIsKeyboard "on" + + Option "XKbOptions" "compose:ralt" +EndSection |