Change XDG_CURRENT_DESKTOP

This commit is contained in:
Sam A. 2023-10-29 16:50:18 +01:00
parent 4a10e2f14b
commit 4c22dce71b
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if [[ $(. /etc/os-release && echo $ID) == "artix" ]] && [[ $(tty) == "/dev/tty1" ]]; then
export XDG_CURRENT_DESKTOP="Unity"
export XDG_CURRENT_DESKTOP="sway"
export GTK_USE_PORTAL=1
export QT_QPA_PLATFORM="wayland"