diff options
author | Acid Bong <acid-bong@cock.lt> | 2022-10-19 13:28:19 +0300 |
---|---|---|
committer | Acid Bong <acid-bong@cock.lt> | 2022-10-19 13:28:19 +0300 |
commit | f44fcd4f15932c08ca0d2e1b995a4707c476a564 (patch) | |
tree | eb337612239e6c9c0678057d1463998c4ad9aa68 /config.def.h | |
parent | 5d40708208664e2dca1c9759ddc7dfd1930bf8f1 (diff) | |
download | dwm-f44fcd4f15932c08ca0d2e1b995a4707c476a564.tar.gz |
patch: focusonclick (my fav)
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 1de3c06..eddbc03 100644 --- a/config.def.h +++ b/config.def.h @@ -9,6 +9,7 @@ static const unsigned int systrayonleft = 0; /* 0: systray in the right corne static const unsigned int systrayspacing = 2; /* systray spacing */ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/ static const int showsystray = 1; /* 0 means no systray */ +static const int focusonwheel = 0; 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" }; |