birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3dd8c22d7ebf9d7f2b108d18dd2ad2ef736bb787
parent 5e8773308ce1ea998d652bf96492d5036a0eb5d4
Author: grouse <bdmfegys@duck.com>
Date:   Sun, 17 Dec 2023 14:33:21 -0500

change MODKEY from left alt to super key

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

diff --git a/config.def.h b/config.def.h @@ -89,7 +89,7 @@ static const Layout layouts[] = { }; /* key definitions */ -#define MODKEY Mod1Mask +#define MODKEY Mod4Mask #define TAGKEYS(KEY,TAG) \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \