diff options
Diffstat (limited to 'home/zsh/zprofile')
-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 |