summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-17 11:55:05 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-07-17 11:55:05 -0400
commit6d971af5c3ceae870c424325ca06fc635703bb29 (patch)
tree886e321930a4ee95f5cb7f0136138712f5ee1c57 /sway/config.c
parentRemove SIGSERV and SIGABORT handler (diff)
downloadsway-6d971af5c3ceae870c424325ca06fc635703bb29.tar.gz
sway-6d971af5c3ceae870c424325ca06fc635703bb29.tar.zst
sway-6d971af5c3ceae870c424325ca06fc635703bb29.zip
Turn swaybg into a shell surface
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 }