summaryrefslogtreecommitdiff
path: root/home/zsh
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-28 17:02:07 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-28 17:02:07 -0400
commit51c99e98b28e74b72a028a5fa6d0ef3d278a5bcb (patch)
tree54d2201c5e928c6b2815ccff82c450e8f8da3cb9 /home/zsh
parentadd swaywm (diff)
downloaddotfiles-nix-51c99e98b28e74b72a028a5fa6d0ef3d278a5bcb.tar.gz
dotfiles-nix-51c99e98b28e74b72a028a5fa6d0ef3d278a5bcb.tar.bz2
dotfiles-nix-51c99e98b28e74b72a028a5fa6d0ef3d278a5bcb.zip
unfuck dbus
Diffstat (limited to 'home/zsh')
-rw-r--r--home/zsh/zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/zsh/zprofile b/home/zsh/zprofile
index 4815b36..db63dd2 100644
--- a/home/zsh/zprofile
+++ b/home/zsh/zprofile
@@ -7,5 +7,5 @@ fi
# only launch hyprland on tty 1
if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
export XDG_CURRENT_DESKTOP=Hyprland
- exec dbus-run-session Hyprland
+ exec Hyprland
fi