[profiles/desktop] change .zprofile

This commit is contained in:
2026-03-05 09:04:32 +01:00
parent cd254ae779
commit 13b984bd4c

View File

@@ -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