diff options
author | Joe <rbo@gmx.us> | 2025-02-27 21:46:50 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-02-27 21:46:50 +0100 |
commit | e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5 (patch) | |
tree | 589f279fa60d04d2211bbc61e29dca2a6a94aa9b /config.def.h | |
parent | jozan (diff) | |
download | dwl-e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5.tar.gz dwl-e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5.tar.bz2 dwl-e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5.tar.xz dwl-e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5.tar.zst dwl-e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5.zip |
pertagged
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 46f71f8..8d1ee06 100644 --- a/config.def.h +++ b/config.def.h @@ -7,9 +7,9 @@ static const int sloppyfocus = 0; /* focus follows mouse */ static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */ static const unsigned int borderpx = 3; /* border pixel of windows */ -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[] = {"monospace:size=10"}; +static const char *fonts[] = { "BigBlueTermPlus Nerd Font:size=14" }; static const float rootcolor[] = COLOR(0x000000ff); static const int trayspacing = 4; /* Spacing between icons in system tray */ static const int traymargins = 4; /* System tray inner margins */ |