diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-28 17:02:07 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-28 17:02:07 -0400 |
commit | 51c99e98b28e74b72a028a5fa6d0ef3d278a5bcb (patch) | |
tree | 54d2201c5e928c6b2815ccff82c450e8f8da3cb9 /home/zsh | |
parent | add swaywm (diff) | |
download | dotfiles-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/zprofile | 2 |
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 |