Any way to "kill" or disable the flux filter?
-
I want to automate some of flux functionality with scripts (eg. disable if on X display) but I just can't find a way...
- Alt+End is only for an hour (its pretty bad to not have a separate shortcut to disable + enable flux)
- killing the "flux.exe" process will keep the filters....
Any way to remove the filters for good?
-
For anyone interested, meanwhile I found a somewhat dinky solution.
This opens the app window and sends a close command to it.In AHK:
Run, flux.exe DetectHiddenWindows, On SetTitleMatchMode, 2 WinWait, f.lux: WinClose, f.lux: