dotfiles

My configuration files.
git clone https://git.svenmoeller.xyz/dotfiles.git
Log | Files | Refs | README

commit b0e1d4bbdaaab2acbb3c2271d8680747d6ac8e59
parent d8342d368b9925f92dc7d2d510820ecd6b79b7c0
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Thu, 22 Dec 2022 18:37:27 +0100

Super is now dwm modifier key

Diffstat:
Mdwm/.local/src/dwm/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm/.local/src/dwm/config.h b/dwm/.local/src/dwm/config.h @@ -45,7 +45,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} }, \