Configure video conference app to be "always active"?
    Gwern Branwen 
    gwern at gwern.net
       
    Fri Oct 27 00:02:23 CEST 2017
    
    
  
The inactive tag is defined by a rule in your config, isn't it? So you
could just add an exception for it. Instead of
    $idle > 60
        ==> tag inactive,
it would add a conditional:
    $idle > 60 && current window $program /= ["conference"] ==> tag inactive,
Or something like that, I haven't used not-equals or negations in my own config.
-- 
gwern
https://www.gwern.net
    
    
More information about the arbtt
mailing list