SolDoesTech / HyprV4

452 stars 133 forks source link

fix: A serious performance issue #70

Open vbajs opened 8 months ago

vbajs commented 8 months ago

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!