summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-05-16 00:21:48 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-05-16 00:21:48 -0400
commit825e81343502ae9ad15a70c7f52634617d865b6d (patch)
treef2a8940a11c4e0881ec59e8f2d367d2ab5218f17 /.bash_profile
parent1c58ccb7855719483490abe1982afa12b0488f24 (diff)
pipewire and screenshot
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 62995cf..bdb270d 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -29,6 +29,6 @@ export XDG_STATE_HOME="${HOME}/.local/state"
# Auto-start wm on tty1
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
- exec mango
+ exec dbus-launch mango
fi