diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-09 17:52:27 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-09 17:52:27 +0200 |
commit | 4bbc382a7a79983ea2664c010cf2e567d0b62fdd (patch) | |
tree | 3805a684217c936b6a07718f94959678426a1d39 /config.h | |
parent | Added more ignored files (diff) | |
download | dwm-4bbc382a7a79983ea2664c010cf2e567d0b62fdd.tar.gz dwm-4bbc382a7a79983ea2664c010cf2e567d0b62fdd.tar.bz2 dwm-4bbc382a7a79983ea2664c010cf2e567d0b62fdd.zip |
Applied focusonclick patch [Patch]
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h index ffb6fdd..4ab74aa 100644 --- a/config.h +++ b/config.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; /* 0 means no focus when click mouse wheel */ static const char *fonts[] = { "Noto Sans Display Nerd Font:size=10" }; static const char dmenufont[] = "Noto Sans Display Nerd Font:size=10"; static const char col_gray1[] = "#222222"; |