summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-08 10:38:30 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-08 10:38:30 +0200
commit4970a535f93cfc2219bfe083dc4dd79254c7460a (patch)
treec40a5a4ef21a113c3d8bf63e54d46bb009700a50 /config.def.h
parent059358da2f4e3b7e685ee03607cc3f6c04c567b4 (diff)
personal config changes
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/config.def.h b/config.def.h
index a26a66e..3a1647b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,11 +2,11 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
-static const unsigned int gappx = 5; /* gaps between windows */
-static const unsigned int snap = 32; /* snap pixel */
+static const unsigned int gappx = 3; /* gaps between windows */
+static const unsigned int snap = 16; /* snap pixel */
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
-static const unsigned int systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */
+static const unsigned int systrayonleft = 1; /* 0: systray in the right corner, >0: systray on left of status text */
static const unsigned int systrayspacing = 2; /* systray spacing */
static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/
static const int showsystray = 1; /* 0 means no systray */
@@ -17,9 +17,9 @@ static const char dmenufont[] = "monospace:size=10";
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
static char normfgcolor[] = "#bbbbbb";
-static char selfgcolor[] = "#eeeeee";
-static char selbordercolor[] = "#005577";
-static char selbgcolor[] = "#005577";
+static char selfgcolor[] = "#ffffff";
+static char selbordercolor[] = "#DAA06D";
+static char selbgcolor[] = "#DAA06D";
static char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor },
@@ -27,7 +27,8 @@ static char *colors[][3] = {
};
/* tagging */
-static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
+// static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
+static const char *tags[] = { "一", "二", "三", "四", "五", "六", "七", "八", "九" };
static const Rule rules[] = {
/* xprop(1):
@@ -42,7 +43,7 @@ static const Rule rules[] = {
};
/* layout(s) */
-static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
+static const float mfact = 0.62; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
@@ -53,9 +54,9 @@ static const Layout layouts[] = {
{ "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle },
};
-
+/*Alt: Mod1Mask; Win: Mod4Mask*/
/* 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} }, \