From 2ed53f460236350cb8e843badac96657e2b4fd70 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 20 Jun 2020 15:40:15 +0530 Subject: Changes env variable to prevent clashes --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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\""; -- cgit v1.3.1