diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/hostclass/desktop | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/hostclass/desktop b/scripts/hostclass/desktop index 35237fd..1fa17cc 100644 --- a/scripts/hostclass/desktop +++ b/scripts/hostclass/desktop @@ -6,6 +6,8 @@ : ${sddm_min_uid:='10000'} : ${sddm_max_uid:='19999'} +# TODO: kill lingering processes after logout (chrome, baloo-search, etc). + if [ "${enable_idm:-}" = false ]; then desktop_access_role=operator else |