summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-23 18:51:55 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-23 18:51:55 +0400
commitb311576e9d005bf281036069e33deac7bf84fbd5 (patch)
tree4cb7dd81bf75104b518d0aef12eeac6d6afbf68c
parent0c0c1c21b2e901bd068a1f6feb623c2012291271 (diff)
small style change
-rw-r--r--config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index 823bb07..6317068 100644
--- a/config.h
+++ b/config.h
@@ -69,11 +69,11 @@ static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "70x24"
static const char
- *light_up[] = {"slight", "-i", "5", NULL},
- *light_down[] = {"slight", "-d", "5", NULL},
- *vol_up[] = {"svol", "-i", "5", NULL},
- *vol_down[] = {"svol", "-d", "5", NULL},
- *vol_toggle[] = {"svol", "-t", NULL};
+ *light_up[] = {"slight", "-i", "5", NULL},
+ *light_down[] = {"slight", "-d", "5", NULL},
+ *vol_up[] = {"svol", "-i", "5", NULL},
+ *vol_down[] = {"svol", "-d", "5", NULL},
+ *vol_toggle[] = {"svol", "-t", NULL};
static const Key keys[] = {