From 350a6a1df9a022f5e8e181621622a7cecc6efbea Mon Sep 17 00:00:00 2001 From: debianpepper Date: Sat, 9 Dec 2023 22:56:03 +0900 Subject: [PATCH] Update: KDE Section Added the KDE area for John Signed-off-by: debianpepper --- python_modules/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python_modules/conf.py b/python_modules/conf.py index 85658074..072bf539 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -121,6 +121,10 @@ GNOME_FLASHBACK_LIST = ('alacarte\n' 'yelp\n' ) +KDE_LIST = ('sample1\n' + 'sample2\n' + ) + LIGHT_DM_LIST = ('lightdm\n' 'lightdm-gtk-greeter\n'