aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9caba28..03f20be 100644
--- a/config.h
+++ b/config.h
@@ -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\"";
+