mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
fix autologin display .desktop is NOT needed
This commit is contained in:
parent
d38d7a124b
commit
7183d7cf20
|
@ -29,7 +29,7 @@ list_sessions() {
|
||||||
8) session="openbox.desktop" ;;
|
8) session="openbox.desktop" ;;
|
||||||
9) session="i3.desktop" ;;
|
9) session="i3.desktop" ;;
|
||||||
10)
|
10)
|
||||||
printf "%b" "Enter custom session name (e.g., mysession.desktop): "
|
printf "%b" "Enter custom session name (e.g., mysession): "
|
||||||
read -r session ;;
|
read -r session ;;
|
||||||
*)
|
*)
|
||||||
printf "%b\n" "Invalid option selected."
|
printf "%b\n" "Invalid option selected."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user