From 13b984bd4c39539f141a0b4e318b104e29616c3a Mon Sep 17 00:00:00 2001 From: whiteman808 Date: Thu, 5 Mar 2026 09:04:32 +0100 Subject: [PATCH] [profiles/desktop] change .zprofile --- profiles/desktop/.zprofile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/profiles/desktop/.zprofile b/profiles/desktop/.zprofile index 365f101..0ec615a 100644 --- a/profiles/desktop/.zprofile +++ b/profiles/desktop/.zprofile @@ -1,3 +1,4 @@ +export QT_STYLE_OVERRIDE=kvantum export DOCKER_HOST="unix://${XDG_RUNTIME_DIR}/docker.sock" export PODMAN_COMPOSE_PROVIDER="podman-compose" export MPD_HOST="${HOME}/.config/mpd/socket" @@ -6,7 +7,7 @@ export ROFI_PASS_BACKEND="wtype" export ROFI_PASS_CLIPBOARD_BACKEND="wl-clipboard" if [[ -n "${START_X11}" ]]; then - unset START_X11 - exec sway - logout + unset START_X11 + exec sway + logout fi