From 0211ce49cb23e3a6b318186113358006a7a0ebdd Mon Sep 17 00:00:00 2001 From: _N0x Date: Mon, 18 Jan 2021 16:08:06 +0100 Subject: [PATCH] Modifying dwm, adding gaps etc --- dwm-6.2/config.def.h | 6 +++--- dwm-6.2/config.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dwm-6.2/config.def.h b/dwm-6.2/config.def.h index 53b25ae..789d379 100644 --- a/dwm-6.2/config.def.h +++ b/dwm-6.2/config.def.h @@ -1,8 +1,8 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int gappx = 5; /* gaps between windows */ +static const unsigned int borderpx = 2; /* border pixel of 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 */ @@ -49,7 +49,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} }, \ diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h index 53b25ae..789d379 100644 --- a/dwm-6.2/config.h +++ b/dwm-6.2/config.h @@ -1,8 +1,8 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int gappx = 5; /* gaps between windows */ +static const unsigned int borderpx = 2; /* border pixel of 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 */ @@ -49,7 +49,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} }, \