aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index a6d3c45..9caba28 100644
--- a/config.h
+++ b/config.h
@@ -30,3 +30,8 @@ static Key keys[] = {
{ MOD|ShiftMask, XK_x, mode(Bright, True) },
};
+static ModeProperties mode_properties[MODE_SIZE] = {
+ [Music] = { "Music player" },
+ [Bright] = { "Brightness" },
+};
+