diff options
| author | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:42 -0500 |
| commit | c9dc81534f0edcad76259aba833b949fcb0ea4a8 (patch) | |
| tree | 6f3f92ea7873efaabc29656d92fb67a5960d9ee9 /dwm_config.h | |
| parent | c7c1a753c06061ff3eaf81e32b2e9e3481e275c2 (diff) | |
use misc fixed, update readme
Diffstat (limited to 'dwm_config.h')
| -rw-r--r-- | dwm_config.h | 6 |
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) */ |
