summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-23 18:51:55 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-05-27 23:51:38 +0400
commit4dd1875a0f2231d443b9a1624b41cda24e6ee82d (patch)
tree4cb7dd81bf75104b518d0aef12eeac6d6afbf68c
parentecdced9aa7d292da601b749b565b59cc84a873fe (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[] = {