~ruther/dwl

ref: e385acf69deba61e3ffe2905a674dc93dafc44ad dwl/config.h -rw-r--r-- 196 bytes
e385acf6 — Devin J. Pohly some options I like 5 years ago
                                                                                
1
2
3
4
5
6
7
static const struct xkb_rule_names xkb_rules = {
	.rules = NULL,
	.model = NULL,
	.layout = "dvorak",
	.variant = NULL,
	.options = "ctrl:nocaps,altwin:swap_lalt_lwin,terminate:ctrl_alt_bksp",
};
Do not follow this link