]> Skullheadx's Git Forge - dwm.git/commitdiff
change font size for dmenu and dwm
authorSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 09:15:59 +0000 (05:15 -0400)
committerSkullheadx <admonty1@protonmail.com>
Fri, 1 May 2026 13:44:57 +0000 (09:44 -0400)
config.def.h

index 81c3fc0c207b6ac44c7036f18ecb6c1cae00641e..d2501188751ca4dd49b355d81e6db108051a1b2d 100644 (file)
@@ -5,8 +5,8 @@ static const unsigned int borderpx  = 1;        /* 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[]          = { "monospace:size=10" };
-static const char dmenufont[]       = "monospace:size=10";
+static const char *fonts[]          = { "monospace:size=16" };
+static const char dmenufont[]       = "monospace:size=16";
 static const char col_gray1[]       = "#222222";
 static const char col_gray2[]       = "#444444";
 static const char col_gray3[]       = "#bbbbbb";