summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2021-04-13 00:27:27 +0100
committerrafa_99 <rafa99@protonmail.com>2021-04-13 00:27:27 +0100
commit222153fef9f3da0e6d21444378a127470b13d3a7 (patch)
tree64571f9c75905125238095071a9f93f987e058f8 /config.def.h
parentf3df58436ee1b76cf2fb4eac8f014542ee72eea5 (diff)
Replaced Mouse hovering with mouse click
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 6ada241..0b40263 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,6 +5,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
+static const int focusonwheel = 0;
static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "monospace:size=10";
static const char col_gray1[] = "#222222";