aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-06-17 12:45:56 +0530
committerAkshay Nair <phenax5@gmail.com>2020-06-17 12:45:56 +0530
commitbd828dc904b2ab031c1b05a0beb67229b1fa74cc (patch)
treec442550c3ba7cfc3257506fb5501a06ff36877ef /config.h
parentedce91f10a954cfbedbc74cc94f200efcec074df (diff)
downloadshotkey-bd828dc904b2ab031c1b05a0beb67229b1fa74cc.tar.gz
shotkey-bd828dc904b2ab031c1b05a0beb67229b1fa74cc.zip
cleanup
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\"";