dwl

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

commit 4ef89996242c3b31a9957666f9f5b8cf7ef5cce8
parent 7d724dc7f34561e7a6d4ab97ff24b07805593f63
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Wed, 23 Mar 2022 14:03:07 -0600

add note about how to change MODKEY for windows key

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -52,6 +52,7 @@ static const int repeat_delay = 600; static const int tap_to_click = 1; static const int natural_scrolling = 0; +/* If you want to use the windows key change this to WLR_MODIFIER_LOGO */ #define MODKEY WLR_MODIFIER_ALT #define TAGKEYS(KEY,SKEY,TAG) \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \