https://bugs.kde.org/show_bug.cgi?id=274931

EECOLOR <eeco...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eeco...@gmail.com

--- Comment #78 from EECOLOR <eeco...@gmail.com> ---
It is clear the 'offending' if statement can not be changed without a lot of
work. There are however two ways around this, the first:

  if ((unchangeable && part) || other)

where `other` could come from the rules. From what I can tell (as a noob in C++
and kwin) there is another more elegant option as well. It seems that the
window rules are applied at a later state in the code and there is an option an
option available for `Activity` that currently has the following options:

- All activities
- Activity X
- Activity Y

In my naive mind it should be quite easy to add the option 'Current activity'.
That way I could just add the rules for the few programs I want to force on the
current activity. As it happens, I already have such a rule to disable the
border.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to