f.lux f.lux forum
    • Recent
    • Popular
    • Register
    • Login

    Any way to "kill" or disable the flux filter?

    Windows v4
    1
    2
    783
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • poisonborzP
      poisonborz
      last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • poisonborzP
        poisonborz
        last edited by

        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:
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors