Turn swaybg into a shell surface

This commit is contained in:
Drew DeVault 2016-07-17 11:55:05 -04:00
parent c8917395c0
commit 6d971af5c3
5 changed files with 43 additions and 15 deletions

View file

@ -904,7 +904,6 @@ void apply_output_config(struct output_config *oc, swayc_t *output) {
}
if (oc && oc->background) {
if (output->bg_pid != 0) {
terminate_swaybg(output->bg_pid);
}