fix(regreet.toml): remove export command

This commit is contained in:
BluishHumility
2024-08-22 10:11:58 -04:00
parent 7aa89b6b13
commit ea0a906f4c
3 changed files with 4 additions and 4 deletions

View File

@@ -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