From ea0a906f4c2bf3de9fb94cac0f2f7ce77ab34d58 Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Thu, 22 Aug 2024 10:11:58 -0400 Subject: [PATCH] fix(regreet.toml): remove export command --- etc/greetd/regreet.toml | 4 ++-- setup_sway_isomode.bash | 2 +- sway-install.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/greetd/regreet.toml b/etc/greetd/regreet.toml index d8908f7..b4aa99b 100644 --- a/etc/greetd/regreet.toml +++ b/etc/greetd/regreet.toml @@ -26,11 +26,11 @@ QT_QPA_PLATFORM = "wayland" # Prevent using hardware cursors in Wayland, forcing software-rendered cursors. # Uncomment if you experience issues with your cursor -#export WLR_NO_HARDWARE_CURSORS = "1" +#WLR_NO_HARDWARE_CURSORS = "1" # Allow the Wayland renderer to fall back to software rendering if necessary. # Uncomment if you are running in a virtual machine or have an underpowered GPU -#export WLR_RENDERER_ALLOW_SOFTWARE = "1" +#WLR_RENDERER_ALLOW_SOFTWARE = "1" [GTK] # Whether to use the dark theme diff --git a/setup_sway_isomode.bash b/setup_sway_isomode.bash index 1472729..159dbfb 100644 --- a/setup_sway_isomode.bash +++ b/setup_sway_isomode.bash @@ -25,7 +25,7 @@ rsync -a --chown=root:root sway/etc/ /etc/ 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 '/^#export WLR_RENDERER_ALLOW_SOFTWARE/s/^#//' /etc/greetd/regreet.toml + sed -i '/^#WLR_RENDERER_ALLOW_SOFTWARE/s/^#//' /etc/greetd/regreet.toml fi # Remove the repo diff --git a/sway-install.sh b/sway-install.sh index d8b2066..b8c15b8 100644 --- a/sway-install.sh +++ b/sway-install.sh @@ -28,7 +28,7 @@ rsync -a --chown=root:root etc/ /etc/ 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 '/^#export WLR_RENDERER_ALLOW_SOFTWARE/s/^#//' /etc/greetd/regreet.toml + sed -i '/^#WLR_RENDERER_ALLOW_SOFTWARE/s/^#//' /etc/greetd/regreet.toml fi # Enable the Greetd service