aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 03f20be..0eb9efd 100644
--- a/config.h
+++ b/config.h
@@ -35,5 +35,6 @@ static ModeProperties mode_properties[MODE_SIZE] = {
[Bright] = { "Brightness" },
};
+// Call this script on mode change
static char* on_mode_change = "notify-send \"kadj [$MODE_ID] $MODE_LABEL\"";