summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index e94c31c..73600e3 100644
--- a/config.h
+++ b/config.h
@@ -4,6 +4,7 @@
#define BROWSER "firefox"
#define TERMINAL "st"
+#define NOTIFICATION_FILE "/tmp/noti.txt"
/* appearance */
static const unsigned int borderpx = 2; /* border pixel of windows */
@@ -170,5 +171,5 @@ static const Button buttons[] = {
/* trigger signals using `xsetroot -name "fsignal:<signum>"` */
static Signal signals[] = {
/* signum function argument */
- { 1, setlayout, {.v = 0} },
+ { 1, updatenotification, {.v = 0} },
};