<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Any way to &quot;kill&quot; or disable the flux filter?]]></title><description><![CDATA[<p dir="auto">I want to automate some of flux functionality with scripts (eg. disable if on X display) but I just can't find a way...</p>
<ul>
<li>Alt+End is only for an hour (its pretty bad to not have a separate shortcut to disable + enable flux)</li>
<li>killing the "flux.exe" process will keep the filters....</li>
</ul>
<p dir="auto">Any way to remove the filters for good?</p>
]]></description><link>https://forum.justgetflux.com/topic/7443/any-way-to-kill-or-disable-the-flux-filter</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 11:08:24 GMT</lastBuildDate><atom:link href="https://forum.justgetflux.com/topic/7443.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Apr 2020 19:10:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Any way to &quot;kill&quot; or disable the flux filter? on Fri, 10 Apr 2020 19:18:29 GMT]]></title><description><![CDATA[<p dir="auto">For anyone interested, meanwhile I found a somewhat dinky solution.<br />
This opens the app window and sends a close command to it.</p>
<p dir="auto">In AHK:</p>
<pre><code>Run, flux.exe
DetectHiddenWindows, On
SetTitleMatchMode, 2

WinWait, f.lux:
WinClose, f.lux:
</code></pre>
]]></description><link>https://forum.justgetflux.com/post/23002</link><guid isPermaLink="true">https://forum.justgetflux.com/post/23002</guid><dc:creator><![CDATA[poisonborz]]></dc:creator><pubDate>Fri, 10 Apr 2020 19:18:29 GMT</pubDate></item></channel></rss>