aboutsummaryrefslogtreecommitdiff
path: root/dwm_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm_config.h')
-rw-r--r--dwm_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dwm_config.h b/dwm_config.h
index fba90b1..76d5ce7 100644
--- a/dwm_config.h
+++ b/dwm_config.h
@@ -7,8 +7,8 @@ static const unsigned int borderpx = 2; /* border pixel of windows */
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 char *fonts[] = { "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true" };
-static const char dmenufont[] = "JetBrainsMono Nerd Font:pixelsize=12:antialias=true:autohint=true";
+static const char *fonts[] = { "Misc Fixed:style=Regular:pixelsize=14:antialias=false" };
+static const char dmenufont[] = "Misc Fixed:style=Regular:pixelsize=14:antialias=false";
static const char col_bg_active[] = "#E0E0E0";
static const char col_fg_active[] = "#000000";
@@ -35,7 +35,7 @@ static const Rule rules[] = {
// { "Gimp", NULL, NULL, 0, 1, -1 },
{ "librewolf", NULL, NULL, T(7), 0, -1 },
{ "thunderbird", NULL, NULL, T(7), 0, -1 },
- { "discord", NULL, NULL, T(8)|T(0), 0, -1 },
+ { "discord", NULL, NULL, T(8), 0, -1 },
};
/* layout(s) */