aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-04-11 19:05:02 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-04-11 19:05:02 -0500
commite385acf69deba61e3ffe2905a674dc93dafc44ad (patch)
tree088fd6b37482b4f70d5e3e7380213e579f6579f9
parent94d82bf42f998a84f5e46cde0b8a309d59425598 (diff)
some options I like
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ff05992..4a6fe34 100644
--- a/config.h
+++ b/config.h
@@ -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",
};