summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-11-04 18:31:15 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-11-04 18:31:15 +0400
commit330056d95a2e223edc16e457781ff5e223abb516 (patch)
tree73eab15d6de5c145054153f7cf676114f44e8724 /config.h
parent0f7888ac039347ec45903db7c0e4f4fafeb3037e (diff)
feat: add notification to bar
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} },
};