https://bugs.kde.org/show_bug.cgi?id=391903
Bug ID: 391903
Summary: Ability to set [kwinrc][WindowSwitcher]
AlternativeLayoutName
Product: plasmashell
Version: master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Look & Feel package
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
We can current set the main task switcher theme with:
[kwinrc][WindowSwitcher]
LayoutName=thumbnail_grid
which changes ~/.config/kwinrc's
[TabBox]
LayoutName=thumbnail_grid
but we can also set the following in ~/.config/kwinrc:
[TabBoxAlternative]
LayoutName=present_windows
A quick glance at the lnf kcm code shows we cannot do this.
*
https://github.com/KDE/plasma-desktop/blob/master/kcms/lookandfeel/kcm.cpp#L340
*
https://github.com/KDE/plasma-desktop/blob/master/kcms/lookandfeel/kcm.cpp#L663
The kcm code seems simple enough to modify myself, so I can probably toss a
copy/paste diff up on phab when I get the chance. Just want to confirm which
"group" the "key" in the lnf's defaults file should use.
[kwinrc][WindowSwitcher]
LayoutName=thumbnail_grid
AlternativeLayoutName=present_windows
OR:
[kwinrc][WindowSwitcher]
LayoutName=thumbnail_grid
[kwinrc][WindowSwitcherAlternative]
LayoutName=present_windows
--
You are receiving this mail because:
You are watching all bug changes.