From 66d19db226f5ec46871d382b4b70d9576c6afbc4 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 10 Jul 2024 01:41:01 -0600 Subject: hide dwm-status bar by default, add time back to emacs modeline --- .config/guix/modules/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/guix/modules/dwm/config.def.h') diff --git a/.config/guix/modules/dwm/config.def.h b/.config/guix/modules/dwm/config.def.h index dc62826..3ed95e4 100644 --- a/.config/guix/modules/dwm/config.def.h +++ b/.config/guix/modules/dwm/config.def.h @@ -4,7 +4,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int gappx = 8; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ -static const int showbar = 1; /* 0 means no bar */ +static const int showbar = 0; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "Terminus:size=10", "fontawesome:size=10" }; static const char dmenufont[] = "Terminus:size=10"; -- cgit v1.2.3