Files
dotfiles/profiles/desktop/.zprofile

14 lines
403 B
Bash

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"
export GRIM_DEFAULT_DIR="${HOME}/Pictures/Screenshots"
export ROFI_PASS_BACKEND="wtype"
export ROFI_PASS_CLIPBOARD_BACKEND="wl-clipboard"
if [[ -n "${START_WM}" ]]; then
unset START_WM
exec sway
logout
fi