summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h22
1 files changed, 10 insertions, 12 deletions
diff --git a/config.def.h b/config.def.h
index 79e4fa5..0a09255 100644
--- a/config.def.h
+++ b/config.def.h
@@ -17,7 +17,7 @@ static const float focuscolor[] = COLOR(0x005577ff);
static const float urgentcolor[] = COLOR(0xff0000ff);
/* This conforms to the xdg-protocol. Set the alpha to zero to restore the old behavior */
static const float fullscreen_bg[] = {0.0f, 0.0f, 0.0f, 1.0f}; /* You can also use glsl colors */
-static const float default_opacity_unfocus = 0.70f;
+static const float default_opacity_unfocus = 0.80f;
static const float default_opacity_focus = 1.00f;
// from bar patch
static const int showbar = 1; /* 0 means no bar */
@@ -25,8 +25,8 @@ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = {"Maple Mono NL:size=12"};
static uint32_t colors[][3] = {
/* fg bg border */
- [SchemeSel] = { 0x6d792dff, 0x52453590, 0x00000000 },
[SchemeNorm] = { 0xaebbccff, 0x00000000, 0x00000000 },
+ [SchemeSel] = { 0xb1c855ff, 0x52453590, 0x00000000 },
[SchemeUrg] = { 0, 0, 0x00000000 },
};
@@ -46,14 +46,10 @@ static const Rule rules[] = {
// { "firefox_EXAMPLE", NULL, 1 << 8, 0, 1.00, 1.00, -1 }, /* Start on ONLY tag "9" */
/* app_id title tags mask isfloating alpha focus alpha unfocus monitor */
{ "Gimp", NULL, 0, 1, default_opacity_focus, default_opacity_unfocus, -1 },
- { "mpv", NULL, 0, 1, default_opacity_focus, default_opacity_unfocus, -1 },
- { "Firefox", NULL, 1, 0, default_opacity_focus, default_opacity_unfocus, -1 },
- { "firefox", NULL, 1, 0, default_opacity_focus, default_opacity_unfocus, -1 },
- { "LibreWolf", NULL, 1, 0, default_opacity_focus, default_opacity_unfocus, -1 },
+ { "mpv", NULL, 0, 1, 1, 1, -1 },
{ "librewolf", NULL, 1, 0, default_opacity_focus, default_opacity_unfocus, -1 },
{ "Thunderbird",NULL, 1 << 1, 0, default_opacity_focus, default_opacity_unfocus, 0 },
- { "Pavucontrol",NULL, 1 << 4, 0, default_opacity_focus, default_opacity_unfocus, 0 },
- { "pavucontrol",NULL, 1 << 4, 0, default_opacity_focus, default_opacity_unfocus, 0 },
+ { "pwvucontrol",NULL, 1 << 4, 0, 1, 1, 0 },
/* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */
};
@@ -152,10 +148,12 @@ static const char *menucmd[] = {
"wmenu-run",
"-i",
"-f", "Maple Mono NL 12",
- "-N", "bbbbbb00",
- "-n", "000000ff",
- "-S", "eeeeeeff",
- "-s", "00000000",
+ "-m", "aebbccff",
+ "-M", "6d792dff",
+ "-n", "b1c855ff",
+ "-N", "524535ff",
+ "-s", "aebbccff",
+ "-S", "6d792dff",
"-p", "Run:",
NULL
};