summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-11-24 22:22:17 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2023-11-24 22:22:17 -0500
commit2c7a721599047bd7fc2fb6c254aaabe9d50cc323 (patch)
tree4cfd1a0ae0caf2b98b981bc6b6dcef175de57cd8
parent632e2ff66304d3506857de7c428cd2577e57dec6 (diff)
Update fonts + floating firefox PiPworkstation
-rw-r--r--config.def.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 910cee0..da3ae1b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -7,7 +7,7 @@ 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 */
static const int user_bh = 0; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
-static const char *fonts[] = { "monospace:size=14" };
+static const char *fonts[] = { "sans:size=14" };
static const char norm_fg[] = "#447a6c";
static const char norm_bg[] = "#1b1d1b";
static const char sel_fg[] = "#1b1d1b";
@@ -37,7 +37,8 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
- { "dropdown", NULL, NULL, 0, 1, -1 },
+ { "dropdown", NULL, NULL, ~0, 1, -1 },
+ { NULL,NULL,"Picture-in-Picture", ~0, 1, -1 },
/* { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, */
};