summaryrefslogtreecommitdiff
path: root/qubes-dwm-6.2/config.h
diff options
context:
space:
mode:
authortslil clingman <>2022-04-26 18:30:09 -0400
committertslil clingman <>2022-04-26 18:30:09 -0400
commitcd5fabb36a693ebd27395cee50b22b633f24e55b (patch)
tree6bafb6644658427d776c9bc36cbe5e802bdde876 /qubes-dwm-6.2/config.h
parent02de7b99d4b4b177b6953d168629242f55b2f992 (diff)
Updated scripts for Qubes 4.1
Diffstat (limited to 'qubes-dwm-6.2/config.h')
-rw-r--r--qubes-dwm-6.2/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qubes-dwm-6.2/config.h b/qubes-dwm-6.2/config.h
index 8b23a91..b671d7a 100644
--- a/qubes-dwm-6.2/config.h
+++ b/qubes-dwm-6.2/config.h
@@ -32,7 +32,7 @@ static const int showsystray = 1; /* 0 means no systray */
static const int rmaster = 0; /* 1 means master-area is initially on the right */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 0; /* 0 means bottom bar */
-static const char *fonts[] = { "Sudo:size=11" };
+static const char *fonts[] = { "DejaVu Sans Mono:size=10" };
static const char col_gray1[] = "#222222";
static const char col_gray3[] = "#bbbbbb";
static const char col_dom0[] = "dark orange";