diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-23 18:51:55 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-23 18:51:55 +0400 |
commit | b311576e9d005bf281036069e33deac7bf84fbd5 (patch) | |
tree | 4cb7dd81bf75104b518d0aef12eeac6d6afbf68c | |
parent | 0c0c1c21b2e901bd068a1f6feb623c2012291271 (diff) |
small style change
-rw-r--r-- | config.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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[] = { |