diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-04 18:31:15 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-04 18:31:15 +0400 |
| commit | 330056d95a2e223edc16e457781ff5e223abb516 (patch) | |
| tree | 73eab15d6de5c145054153f7cf676114f44e8724 /config.h | |
| parent | 0f7888ac039347ec45903db7c0e4f4fafeb3037e (diff) | |
feat: add notification to bar
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} }, }; |
