Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop daemonizing logic #230

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Drop daemonizing logic #230

merged 1 commit into from
Jun 11, 2024

Conversation

WhyNotHugo
Copy link
Contributor

Run in foreground, which is what service managers expect. Usages like running exec swww in sway's config continue to work fine. User session start-up scripts can simply run swww &.

Fixes: #182

@LGFae
Copy link
Owner

LGFae commented Mar 11, 2024

Thanks, Hugo. As mentioned in #182, could you maybe also delete the swww init command?

@WhyNotHugo WhyNotHugo force-pushed the main branch 4 times, most recently from a0dd6ee to 9b0a455 Compare June 7, 2024 16:45
src/main.rs Show resolved Hide resolved
doc/swww-img.1.scd Outdated Show resolved Hide resolved
Rely on `swww-daemon` instead. It runs in foreground, which is what
service managers expect. Usages like running `exec swww` in sway's
config continue to work fine. User session start-up scripts can simply
run `swww-daemon &`.

Fixes: LGFae#182
@LGFae
Copy link
Owner

LGFae commented Jun 11, 2024

From what I can tell, this looks done. Are you planning on doing anything else?

@WhyNotHugo
Copy link
Contributor Author

No, I think this patch is ready to merge.

@LGFae LGFae merged commit 316fa39 into LGFae:main Jun 11, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't run in background by default
2 participants