dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit e385acf69deba61e3ffe2905a674dc93dafc44ad
parent 94d82bf42f998a84f5e46cde0b8a309d59425598
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Sat, 11 Apr 2020 19:05:02 -0500

some options I like

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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", };