diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ // Shell -static char shell[] = "sh"; +static char shell[] = "/bin/sh"; #define MOD Mod1Mask @@ -35,3 +35,5 @@ static ModeProperties mode_properties[MODE_SIZE] = { [Bright] = { "Brightness" }, }; +static char* on_mode_change = "notify-send \"kadj [$MODE_ID] $MODE_LABEL\""; + |
