aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2024-01-15 17:09:25 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2024-01-15 17:09:25 +0100
commit74367964d982d3fce22981061a47367fcfbf3e8a (patch)
tree24472ad04a5f26d43153fb5068bb39bbc8d0272d /zshrc
parentf3a50b052dae14ba907b747ac390e5664a9dbc0f (diff)
make screen sharing work
Side effect: Clicking links outside of the browser now works reliably. Background: D-Bus is now being used correctly.
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 7c30cb0..ee609d9 100644
--- a/zshrc
+++ b/zshrc
@@ -10,7 +10,9 @@ pgrep -x ssh-agent > /dev/null || start_ssh_agent
# Start WM?
if [[ "${TTY}" == "/dev/tty1" ]]; then
- river
+ export XDG_CURRENT_DESKTOP=river
+
+ dbus-run-session river
exit 0
fi