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

fix: A serious performance issue #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

vbajs
Copy link

@vbajs vbajs commented Oct 31, 2023

Making both the setbg script of hyprv_util and waybar as exec will make them always start another process and thus, that will lead to reduced performance
Changing them to exec-once will not make another process start, and fret not, my testing shows that changing set custom backgrounds still work and changing hyprv versions also work.
If there's any issues caused by this that I am not aware of, please let me know so I can make the needed changes before this pull request can be merged!

Making both the setbg script of hyprv_util and waybar as exec will make
them always start another process and thus, that will lead to reduced
perfomance
Changing them to exec-once will not make another process start, and fret
not, my testing shows that changing set custom backgrouds still work and
changing hyprv versions also work
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.

2 participants