From bd828dc904b2ab031c1b05a0beb67229b1fa74cc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 17 Jun 2020 12:45:56 +0530 Subject: cleanup --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') 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\""; -- cgit v1.3.1