diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-04-11 19:05:02 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-04-11 19:05:02 -0500 |
commit | e385acf69deba61e3ffe2905a674dc93dafc44ad (patch) | |
tree | 088fd6b37482b4f70d5e3e7380213e579f6579f9 /config.h | |
parent | 94d82bf42f998a84f5e46cde0b8a309d59425598 (diff) |
some options I like
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ static const struct xkb_rule_names xkb_rules = { .model = NULL, .layout = "dvorak", .variant = NULL, - .options = NULL, + .options = "ctrl:nocaps,altwin:swap_lalt_lwin,terminate:ctrl_alt_bksp", }; |