summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/config/zsh/zprofile2
1 files changed, 1 insertions, 1 deletions
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