From 2ceb1116a3dcb9471d426d57a1a76b6a1a25fa6c Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 2 Apr 2025 16:10:16 -0400 Subject: Remove legacy X11 and general maintenance --- .profile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 9b4d805..4e4edef 100644 --- a/.profile +++ b/.profile @@ -14,7 +14,7 @@ unsetopt PROMPT_SP 2>/dev/null export EDITOR=nvim export TERMINAL=foot export TERMINAL_PROG=foot -export BROWSER=firefox-bin +export BROWSER=firefox # Misc export XDG_CONFIG_HOME="$HOME/.config" @@ -83,8 +83,14 @@ fi # Start Desktop Environment if on the main TTY [ "$(tty)" = "/dev/tty1" ] && ! pidof river >/dev/null 2>&1 && { - dbus-launch --exit-with-session river -no-xwayland + dbus-launch --exit-with-session river -no-xwayland & + /usr/bin/pipewire & + /usr/bin/wireplumber & + /usr/bin/pipewire-pulse & } [ "$(tty)" = "/dev/tty2" ] && ! pidof river >/dev/null 2>&1 && { - dbus-launch --exit-with-session river + dbus-launch --exit-with-session river & + /usr/bin/pipewire & + /usr/bin/wireplumber & + /usr/bin/pipewire-pulse & } -- cgit v1.2.3