From 4c22dce71be8970a065f66db0af448cd81472a08 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sun, 29 Oct 2023 16:50:18 +0100 Subject: [PATCH] Change XDG_CURRENT_DESKTOP --- zsh/.config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"