first commit
This commit is contained in:
13
profiles/desktop/.zprofile
Normal file
13
profiles/desktop/.zprofile
Normal file
@@ -0,0 +1,13 @@
|
||||
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=ydotool
|
||||
export ROFI_PASS_CLIPBOARD_BACKEND=wl-clipboard
|
||||
|
||||
if [[ ! -z "${START_X11}" ]]; then
|
||||
unset START_X11
|
||||
# exec startx
|
||||
exec sway
|
||||
logout
|
||||
fi
|
||||
Reference in New Issue
Block a user