aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/output
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-06-03 10:29:00 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-06-03 10:29:00 -0400
commit51fa988be9203dd81fd0897611a854ef9f4b4f5f (patch)
tree840d242a51352f9052c465ae53765bc85200969f /sway/commands/output
parentRefactor cmd_output to use config_subcommand (diff)
downloadsway-51fa988be9203dd81fd0897611a854ef9f4b4f5f.tar.gz
sway-51fa988be9203dd81fd0897611a854ef9f4b4f5f.tar.zst
sway-51fa988be9203dd81fd0897611a854ef9f4b4f5f.zip
Address review comments for output subcommands
Diffstat (limited to 'sway/commands/output')
-rw-r--r--sway/commands/output/background.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/output/background.c b/sway/commands/output/background.c
index f039c9c9..0c5c164f 100644
--- a/sway/commands/output/background.c
+++ b/sway/commands/output/background.c
@@ -8,7 +8,7 @@
8#include "log.h" 8#include "log.h"
9#include "stringop.h" 9#include "stringop.h"
10 10
11static char *bg_options[] = { 11static const char *bg_options[] = {
12 "stretch", 12 "stretch",
13 "center", 13 "center",
14 "fill", 14 "fill",