diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-17 12:45:56 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-17 12:45:56 +0530 |
| commit | bd828dc904b2ab031c1b05a0beb67229b1fa74cc (patch) | |
| tree | c442550c3ba7cfc3257506fb5501a06ff36877ef /config.h | |
| parent | edce91f10a954cfbedbc74cc94f200efcec074df (diff) | |
| download | shotkey-bd828dc904b2ab031c1b05a0beb67229b1fa74cc.tar.gz shotkey-bd828dc904b2ab031c1b05a0beb67229b1fa74cc.zip | |
cleanup
Diffstat (limited to '')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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\""; |
