summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h66
1 files changed, 40 insertions, 26 deletions
diff --git a/config.def.h b/config.def.h
index 6535537..641ac34 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,7 +2,7 @@
/* appearance */
static const unsigned int borderpx = 0; /* border pixel of windows */
-static const unsigned int gappx = 8; /* gap pixel between windows */
+static const unsigned int gappx = 3; /* gap pixel between windows */
static const unsigned int snap = 15; /* snap pixel */
static const int swallowfloating = 1; /* 1 means swallow floating windows by default */
static const int showbar = 1; /* 0 means no bar */
@@ -10,18 +10,30 @@ static const int topbar = 1; /* 0 means bottom bar */
static const int user_bh = 28; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
static const char *fonts[] = { "monospace:size=12" };
static const char dmenufont[] = "monospace:size=12";
-static const char col_gray1[] = "#222d32";
-static const char col_gray2[] = "#343e42";
-static const char col_white[] = "#f2f1f0";
-static const char col_gray4[] = "#aaccbb";
-static const char col_cyan[] = "#42717b";
+static const char col_norm_fg[] = "#9B9257";
+static const char col_norm_bg[] = "#111A1F";
+static const char col_norm_border[] = "#111A1F";
+static const char col_sel_fg[] = "#111A1F";
+static const char col_sel_bg[] = "#716045";
+static const char col_sel_border[] = "#1A282F";
+
+/* static const char col_gray1[] = "#222d32"; */
+/* static const char col_gray2[] = "#343e42"; */
+/* static const char col_white[] = "#f2f1f0"; */
+/* static const char col_gray4[] = "#aaccbb"; */
+/* static const char col_cyan[] = "#42717b"; */
static const unsigned int baralpha = 0xd0;
static const unsigned int borderalpha = OPAQUE;
static const char *colors[][3] = {
- /* fg bg border */
- [SchemeNorm] = { col_white, col_gray1, col_gray2 },
- [SchemeSel] = { col_gray4, col_cyan, col_cyan },
+ /* fg bg border */
+ [SchemeNorm] = { col_norm_fg, col_norm_bg, col_norm_border },
+ [SchemeSel] = { col_sel_fg, col_sel_bg, col_sel_border },
};
+/* static const char *colors[][3] = { */
+/* /1* fg bg border *1/ */
+/* [SchemeNorm] = { col_white, col_gray1, col_gray2 }, */
+/* [SchemeSel] = { col_gray4, col_cyan, col_cyan }, */
+/* }; */
static const unsigned int alphas[][3] = {
/* fg bg border */
[SchemeNorm] = { OPAQUE, baralpha, borderalpha },
@@ -37,19 +49,21 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask iscentered isfloating isterminal noswallow monitor */
- { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1 },
- { "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1 },
- { NULL, NULL, "Picture-in-Picture",1, 0, 0, 0, 0, -1 },
- { "St", NULL, NULL, 0, 0, 0, 1, 0, -1 },
- { "dropdown",NULL, NULL, 0, 1, 1, 0, 0, -1 },
- { "youtube", NULL, NULL, 0, 1, 1, 1, 0, -1 },
- { NULL, NULL, "Event Tester", 0, 0, 1, 0, 1, -1 }, /* xev */
- { "R_x11", NULL, NULL, 0, 0, 1, 0, 1, -1 }, /* R popup */
- { "Matplotlib",NULL, NULL, 0, 1, 1, 0, 1, -1 }, /* Python popups */
- { "Dropbox-cli",NULL, NULL, 0, 0, 1, 0, 1, -1 },
- { NULL, NULL, "Kite", 0, 0, 0, 0, 1, -1 },
- { "Arandr", NULL, NULL, 0, 1, 1, 0, 0, -1 },
+ /* class instance title tags mask iscentered isfloating isterminal noswallow monitor canfocus */
+ { "Gimp", NULL, NULL, 0, 0, 1, 0, 0, -1, 1 },
+ { "Firefox", NULL, NULL, 1 << 8, 0, 0, 0, 0, -1, 1 },
+ { NULL, NULL, "Picture-in-Picture",1, 0, 0, 0, 0, -1, 1 },
+ { "St", NULL, NULL, 0, 0, 0, 1, 0, -1, 1 },
+ { "dropdown",NULL, NULL, 0, 1, 1, 0, 0, -1, 1 },
+ { "youtube", NULL, NULL, 0, 1, 1, 1, 0, -1, 1 },
+ { NULL, NULL, "Event Tester", 0, 0, 1, 0, 1, -1, 1 }, /* xev */
+ { "R_x11", NULL, NULL, 0, 0, 1, 0, 1, -1, 0 }, /* R popup */
+ { "Matplotlib",NULL, NULL, 0, 1, 1, 0, 1, -1, 0 }, /* Python popups */
+ { NULL,NULL,"Subplot Configuration Tool",0, 1, 1, 0, 1, -1, 0 }, /* Python popups */
+
+ { "Dropbox-cli",NULL, NULL, 0, 0, 1, 0, 1, -1, 1 },
+ { NULL, NULL, "Kite", 0, 0, 0, 0, 1, -1, 1 },
+ { "Arandr", NULL, NULL, 0, 1, 1, 0, 0, -1, 1 },
};
/* include functions */
@@ -63,9 +77,9 @@ static const int resizehints = 0; /* 1 means respect size hints in tiled resi
static const Layout layouts[] = {
/* symbol arrange function */
- { "  ", tile }, /* first entry is default */
- { "  ", NULL }, /* no layout function means floating behavior */
- { "  ", monocle },
+ { "  ", tile }, /* first entry is default */
+ { "  ", NULL }, /* no layout function means floating behavior */
+ { "  ", monocle },
{ "  ", centeredmaster },
{ "  ", centeredfloatingmaster },
{ "  ", gaplessgrid },
@@ -88,7 +102,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
-static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_white, "-sb", col_cyan, "-sf", col_gray4, NULL };
+static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_norm_bg, "-nf", col_norm_fg, "-sb", col_sel_fg, "-sf", col_sel_bg, NULL };
/* static const char *termcmd[] = { "st", NULL }; */
#include "movestack.c"