From 9a716f973c57f2c2c1c8754adcf4ff97c709c565 Mon Sep 17 00:00:00 2001 From: Sebastian Pravida Date: Sun, 5 Jan 2025 22:51:19 +0100 Subject: [PATCH] Unconfigure Greetd --- sway-install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sway-install.sh b/sway-install.sh index b8c15b8..77bc916 100755 --- a/sway-install.sh +++ b/sway-install.sh @@ -25,15 +25,15 @@ echo "Deploying system configs..." rsync -a --chown=root:root etc/ /etc/ # Check if the script is running in a virtual machine -if systemd-detect-virt | grep -vq "none"; then - echo "Virtual machine detected; enabling WLR_RENDERER_ALLOW_SOFTWARE variable in ReGreet config..." - # Uncomment WLR_RENDERER_ALLOW_SOFTWARE variable in ReGreet config - sed -i '/^#WLR_RENDERER_ALLOW_SOFTWARE/s/^#//' /etc/greetd/regreet.toml -fi +#if systemd-detect-virt | grep -vq "none"; then +# echo "Virtual machine detected; enabling WLR_RENDERER_ALLOW_SOFTWARE variable in ReGreet config..." +# # Uncomment WLR_RENDERER_ALLOW_SOFTWARE variable in ReGreet config +# sed -i '/^#WLR_RENDERER_ALLOW_SOFTWARE/s/^#//' /etc/greetd/regreet.toml +#fi # Enable the Greetd service -echo "Enabling the Greetd service..." -systemctl -f enable greetd.service +#echo "Enabling the Greetd service..." +#systemctl -f enable greetd.service # Remove the repo echo "Removing the EOS Community Sway repo..."