highlightWindows is an internal effect used to highlight one specific window whilst hiding all others. It's used by the tabbox and by plasmashell's task manager when hovering over a thumbnail. The user may enable or disable usage of this effect for the main and alternative task switcher. If it is enabled for neither, we currently disable the entire effect, regardless of whether or not it is still in use by plasmashell. This is not visible immediately, but will take until the next reboot or login to become active. As a dedicated configuration toggle for this internal effect is missing, the user cannot reasonably enable this feature again. They would have to know to enable either task switcher to use this effect again and, since the effect isn't reloaded automatically, reboot or relogin. Since this is an internal effect, we should simply not allow it to be disabled globally via either task switcher setting. Both tabbox and plasmashell already carry their own configuration settings to enable usage of this effect, so users can still tweak the behaviour there without also affecting other components.wilder/Plasma/6.3
parent
00f10569b3
commit
407cee8825
6 changed files with 1 additions and 39 deletions
@ -1,12 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 |
||||
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > |
||||
<kcfgfile name="kwinrc" /> |
||||
<group name="Plugins"> |
||||
<entry key="highlightwindowEnabled" type="Bool"> |
||||
<default>true</default> |
||||
</entry> |
||||
</group> |
||||
</kcfg> |
||||
@ -1,6 +0,0 @@ |
||||
File=kwinpluginssettings.kcfg |
||||
NameSpace=KWin::TabBox |
||||
ClassName=PluginsSettings |
||||
Mutators=true |
||||
DefaultValueGetters=true |
||||
ParentInConstructor=true |
||||
Loading…
Reference in new issue