aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-06-20 15:40:15 +0530
committerAkshay Nair <phenax5@gmail.com>2020-06-20 15:40:15 +0530
commit2ed53f460236350cb8e843badac96657e2b4fd70 (patch)
treeeabdc539a5a8d9d3ee832be5c9d2c13b5f752f40 /config.h
parent3fd86cd82d87f0b3e6537538587b4e580e162417 (diff)
downloadshotkey-2ed53f460236350cb8e843badac96657e2b4fd70.tar.gz
shotkey-2ed53f460236350cb8e843badac96657e2b4fd70.zip
Changes env variable to prevent clashes
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 70732de..6e58886 100644
--- a/config.h
+++ b/config.h
@@ -36,5 +36,5 @@ static ModeProperties mode_properties[MODE_SIZE] = {
};
// Call this script on mode change
-static char* on_mode_change = "notify-send \"kadj [$MODE_ID] $MODE_LABEL\"";
+static char* on_mode_change = "notify-send \"kadj [$SHOTKEY_MODE_ID] $SHOTKEY_MODE_LABEL\"";