From: jxnshi Date: Fri, 24 Jan 2025 16:04:34 +0000 (+0100) Subject: Fix X-Git-Url: https://jxnshi.xyz/repos?a=commitdiff_plain;h=fbdc136b3538d3ca8522f28a272e3119c3eb5858;p=dwm-config.git Fix --- diff --git a/config.def.h b/config.def.h index bafba2c..7f315bd 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int gappx = 5; /* gaps between windows */ +static const unsigned int gappx = 10; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ @@ -46,7 +46,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} }, \