birdwm

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

commit 329901c024be7e1662288cb5eb8adeaa94a1c3d7
parent 41167a336687d9f6d655d51f7e9d3e487b4ec777
Author: grouse <bdmfegys@duck.com>
Date:   Fri, 26 Jan 2024 22:55:48 -0500

change MODKEY from super key to left alt

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

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