From 2c7a721599047bd7fc2fb6c254aaabe9d50cc323 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 24 Nov 2023 22:22:17 -0500 Subject: Update fonts + floating firefox PiP --- config.def.h | 5 +++-- 1 file 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 }, */ }; -- cgit v1.2.3