aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorphajw <dscr@duck.com>2024-03-27 08:53:00 +0100
committerphajw <dscr@duck.com>2024-03-27 08:53:00 +0100
commit0a651fceabd63940bab513dc3635f562a59ed4dd (patch)
treee83d768aec0091951d1cf30b5762148ca6447052 /dwm.c
parentafe7f928e1661de422cb3620b724dd3ffcf63f60 (diff)
downloaddwm-0a651fceabd63940bab513dc3635f562a59ed4dd.tar.gz
dwm-0a651fceabd63940bab513dc3635f562a59ed4dd.zip
Fix backlight controll for other brands than lenovo
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index fee7bfe..22f228a 100644
--- a/dwm.c
+++ b/dwm.c
@@ -49,6 +49,7 @@
49 49
50#include "drw.h" 50#include "drw.h"
51#include "util.h" 51#include "util.h"
52#include <X11/XF86keysym.h>
52 53
53/* macros */ 54/* macros */
54#define BUTTONMASK (ButtonPressMask|ButtonReleaseMask) 55#define BUTTONMASK (ButtonPressMask|ButtonReleaseMask)