[profiles/desktop] modify .zprofile

This commit is contained in:
2026-02-21 06:12:10 +01:00
parent cde798f724
commit 262327ab94

View File

@@ -1,13 +1,12 @@
export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/docker.sock
export PODMAN_COMPOSE_PROVIDER=podman-compose
export MPD_HOST=${HOME}/.config/mpd/socket
export GRIM_DEFAULT_DIR=${HOME}/Pictures/Screenshots
export ROFI_PASS_BACKEND=wtype
export ROFI_PASS_CLIPBOARD_BACKEND=wl-clipboard
export DOCKER_HOST="unix://${XDG_RUNTIME_DIR}/docker.sock"
export PODMAN_COMPOSE_PROVIDER="podman-compose"
export MPD_HOST="${HOME}/.config/mpd/socket"
export GRIM_DEFAULT_DIR="${HOME}/Pictures/Screenshots"
export ROFI_PASS_BACKEND="wtype"
export ROFI_PASS_CLIPBOARD_BACKEND="wl-clipboard"
if [[ ! -z "${START_X11}" ]]; then
if [[ -n "${START_X11}" ]]; then
unset START_X11
# exec startx
exec sway
logout
fi