From 1cace80e4832a5d250ef4b7ccd687996563fb01b Mon Sep 17 00:00:00 2001 From: venomade Date: Thu, 27 Feb 2025 17:06:42 +0000 Subject: Add old dotfiles --- alpine-river/profile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 alpine-river/profile (limited to 'alpine-river/profile') diff --git a/alpine-river/profile b/alpine-river/profile new file mode 100644 index 0000000..49fd884 --- /dev/null +++ b/alpine-river/profile @@ -0,0 +1,17 @@ +export XDG_SESSION_TYPE=wayland +export XDG_CURRENT_DESKTOP=river +export LIBSEAT_BACKEND=seatd + +# Setup XDG_RUNTIME_DIR +if [ -z "$XDG_RUNTIME_DIR" ]; then + XDG_RUNTIME_DIR="/tmp/$(id -u)-runtime-dir" + + mkdir -pm 0700 "$XDG_RUNTIME_DIR" + export XDG_RUNTIME_DIR +fi + +# Start River +if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then + exec dbus-run-session river > ~/.river.log 2>&1 +fi +. "$HOME/.cargo/env" -- cgit 1.4.1-2-gfad0