diff options
author | bd <bdunahu@operationnull.com> | 2024-07-10 01:41:01 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-07-10 01:41:01 -0600 |
commit | 66d19db226f5ec46871d382b4b70d9576c6afbc4 (patch) | |
tree | 36662aef40ab5c456807dfab93d4dfed1a3394f6 /.config/guix/modules/dwm/config.def.h | |
parent | d1b3440d38a3bea44b8f0e8c63cd3cf2ec0a22d8 (diff) |
hide dwm-status bar by default, add time back to emacs modeline
Diffstat (limited to '.config/guix/modules/dwm/config.def.h')
-rw-r--r-- | .config/guix/modules/dwm/config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |