Skip to content

Commit

Permalink
set default fallback (if auto detection fails) display manager from k…
Browse files Browse the repository at this point in the history
…dm to sddm
  • Loading branch information
Patrick Schleizer committed Jan 8, 2017
1 parent 5e12560 commit 5147861
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -113,7 +113,7 @@ ram-adjusted-desktop-starter() {
if [ -f "$x_default_dm_config_file" ]; then
rads_display_manager="$(basename "$(cat "$x_default_dm_config_file")")"
if [ "$rads_display_manager" = "" ]; then
rads_display_manager="kdm"
rads_display_manager="sddm"
fi
else
rads_no_x_default_dm="1"
Expand Down

0 comments on commit 5147861

Please sign in to comment.