]> jxnshi.xyz Git - dwm-config.git/commitdiff
Fix
authorjxnshi <jxnshi@proton.me>
Fri, 24 Jan 2025 16:04:34 +0000 (17:04 +0100)
committerjxnshi <jxnshi@proton.me>
Fri, 24 Jan 2025 16:04:34 +0000 (17:04 +0100)
config.def.h

index bafba2c92356806fe428510330a09751319e2578..7f315bdc1e36c896040838702b7b1f6356fa48cc 100644 (file)
@@ -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} }, \