From c2b9c5b5ba720f337f40c3eabeb359edde7fa852 Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Wed, 16 Oct 2024 21:14:05 -0400 Subject: [PATCH] feat(user_commands.bash): use sed to add --unsupported-gpu flag to greetd.conf --- setup_sway_isomode.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_sway_isomode.bash b/setup_sway_isomode.bash index 0c73ef5..d054edf 100644 --- a/setup_sway_isomode.bash +++ b/setup_sway_isomode.bash @@ -8,8 +8,8 @@ git clone https://github.com/EndeavourOS-Community-Editions/sway.git # Check if nvidia-inst is installed if pacman -Qq nvidia-inst 2>/dev/null | grep -q .; then # If it is, do the Nvidia stuff -# some Nvidia stuff -# some other Nvidia stuff + sed -i 's|sway -c|sway --unsupported-gpu -c|' sway/etc/greetd/greetd.conf + fi # Install the custom package list