about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-19 13:28:19 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-19 13:28:19 +0300
commitf44fcd4f15932c08ca0d2e1b995a4707c476a564 (patch)
treeeb337612239e6c9c0678057d1463998c4ad9aa68 /config.def.h
parent5d40708208664e2dca1c9759ddc7dfd1930bf8f1 (diff)
downloaddwm-f44fcd4f15932c08ca0d2e1b995a4707c476a564.tar.gz
patch: focusonclick (my fav)
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
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" };