Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Exchange lightdm with sddm for sway installation
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss authored and Michal committed Sep 15, 2022
1 parent 21eb824 commit 3789ada
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/functions/desktops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,9 @@ fn install_sway() {
"pipewire-pulse",
"pipewire-alsa",
"pipewire-jack",
"lightdm",
"lightdm-gtk-greeter",
"lightdm-gtk-greeter-settings",
"sddm",
]);
files_eval(
files::append_file(
"/mnt/etc/lightdm/lightdm.conf",
"[SeatDefaults]\ngreeter-session=lightdm-gtk-greeter\n",
),
"Add lightdm greeter",
);
enable_dm("lightdm");
enable_dm("sddm");
}

fn install_lxqt() {
Expand Down

0 comments on commit 3789ada

Please sign in to comment.