Update plasma.py (#2998)
changed kwrite to kate as the two packages merged together in 2022 and removed egl-wayland (why was it there in the first place?)
This commit is contained in:
parent
03e41d3721
commit
3905bfe31a
|
|
@ -14,11 +14,10 @@ class PlasmaProfile(XorgProfile):
|
||||||
return [
|
return [
|
||||||
"plasma-meta",
|
"plasma-meta",
|
||||||
"konsole",
|
"konsole",
|
||||||
"kwrite",
|
"kate",
|
||||||
"dolphin",
|
"dolphin",
|
||||||
"ark",
|
"ark",
|
||||||
"plasma-workspace",
|
"plasma-workspace"
|
||||||
"egl-wayland"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue