aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 766d2b23..9c957e2d 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -904,7 +904,6 @@ void apply_output_config(struct output_config *oc, swayc_t *output) {
904 } 904 }
905 905
906 if (oc && oc->background) { 906 if (oc && oc->background) {
907
908 if (output->bg_pid != 0) { 907 if (output->bg_pid != 0) {
909 terminate_swaybg(output->bg_pid); 908 terminate_swaybg(output->bg_pid);
910 } 909 }