1
0
Fork 1
mirror of https://github.com/Zerodya/hyprfreeze.git synced 2024-09-19 15:33:20 +02:00

Merge pull request #10 from alterNERDtive/fix/variable-typo

fix: wrong variable name (+formatting) in error output
This commit is contained in:
Nicola 2024-02-18 20:11:59 +01:00 committed by GitHub
commit daffbc49c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ function detectEnvironment() {
fi
if [ -z "$DESKTOP" ]; then
debugPrint "Could not determine desktop environment via \`loginctl\`, and `$XDG_DESKTOP_SESSION` is not set. Assuming Hyprland."
debugPrint "Could not determine desktop environment via \`loginctl\`, and XDG_SESSION_DESKTOP is not set. Assuming Hyprland."
DESKTOP="hyprland"
fi