From e385acf69deba61e3ffe2905a674dc93dafc44ad Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sat, 11 Apr 2020 19:05:02 -0500 Subject: [PATCH] some options I like --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", };