summary refs log tree commit diff stats
path: root/bash
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-27 17:59:18 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-27 17:59:18 +0200
commita480aab927a59846af9c955f9a997e9294844ad7 (patch)
treeca40e5f365c9da313c6e08f0e80218adf8ff4e11 /bash
parente062143ad2b54e143a07fd94e9075ac4d2a764e0 (diff)
downloaddotfiles-a480aab927a59846af9c955f9a997e9294844ad7.tar.gz
dotfiles-a480aab927a59846af9c955f9a997e9294844ad7.zip
add screensharing ability
Diffstat (limited to 'bash')
-rw-r--r--bash/.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 99fd48b..3a41e9e 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -5,5 +5,5 @@
 [[ -f ~/.bashrc ]] && . ~/.bashrc
 
 if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
-	exec sway
+	exec dbus-run-session sway
 fi