-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flux: Update to 1.6.15 read an extended description.
- Now daemon exits safely (unsets applied limits) if `xprop` dies instead of restarting it. - Reworked `background_cpulimit` function, now you can get proper info about has been process CPU unlimited or CPU limiting with delay has been cancelled. - Reworked `background_mangohud_fps_set` function, now it does not wait for process termination to unset FPS limit as that did not work properly in cases if two or more processes matching with the same section where FPS limit is specified. - Associating FPS limits with PIDs was a bad idea, so now all FPS limits associating with sections. - Fixed a bug when FPS limit applies if you switch from one matching window to another. - Fixed a bug when `mangohud_fps_set` adds another line `fps_limit=<value>` even if that variable already exists there, that happened because daemon does not expect anything but `fps_limit=`, so it simply ignored something like `fps_limit = 60` etc.. - Now daemon exits with an error if user tries to run multiple instances. - Various minor fixes and improvements.
- Loading branch information
1 parent
94b35ec
commit a32e96d
Showing
1 changed file
with
89 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters