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 [
|
||||
"plasma-meta",
|
||||
"konsole",
|
||||
"kwrite",
|
||||
"kate",
|
||||
"dolphin",
|
||||
"ark",
|
||||
"plasma-workspace",
|
||||
"egl-wayland"
|
||||
"plasma-workspace"
|
||||
]
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Reference in New Issue