diff --git a/home/config/zsh/zprofile b/home/config/zsh/zprofile index e0e165b..4fa1205 100644 --- a/home/config/zsh/zprofile +++ b/home/config/zsh/zprofile @@ -89,7 +89,7 @@ while true; do "h") echo "Launching Hyprland..." export XDG_CURRENT_DESKTOP=Hyprland - exec Hyprland &> $HOME/.log/Hyprland + exec dbus-run-session Hyprland &> $HOME/.log/Hyprland ;; "t") exec cage -s kitty -- -o font_size=14 &> $HOME/.log/kitty