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:
zbik 2024-12-03 10:03:42 +01:00 committed by GitHub
parent 03e41d3721
commit 3905bfe31a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -14,11 +14,10 @@ class PlasmaProfile(XorgProfile):
return [
"plasma-meta",
"konsole",
"kwrite",
"kate",
"dolphin",
"ark",
"plasma-workspace",
"egl-wayland"
"plasma-workspace"
]
@property