diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile index 6030b5b..0a2c83f 100644 --- a/zsh/.config/zsh/.zprofile +++ b/zsh/.config/zsh/.zprofile @@ -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"