summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2025-04-02 16:10:16 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2025-04-02 16:10:16 -0400
commit2ceb1116a3dcb9471d426d57a1a76b6a1a25fa6c (patch)
treefc97e434fdc5b65d60e2be610e46efc9633a5437 /.profile
parent4ccdb6fb1f53bc6c799ece8c2f03a0fede093acd (diff)
Remove legacy X11 and general maintenanceHEADmaster
Diffstat (limited to '.profile')
-rw-r--r--.profile12
1 files changed, 9 insertions, 3 deletions
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 &
}