diff options
Diffstat (limited to 'home/config/zsh/zprofile')
-rw-r--r-- | home/config/zsh/zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/config/zsh/zprofile b/home/config/zsh/zprofile index 4387fab..18e9548 100644 --- a/home/config/zsh/zprofile +++ b/home/config/zsh/zprofile @@ -80,7 +80,7 @@ while true; do "h") echo "Launching Hyprland..." export XDG_CURRENT_DESKTOP=Hyprland - exec dbus-run-session Hyprland &> $HOME/.log/Hyprland + exec Hyprland &> $HOME/.log/Hyprland ;; "t") exec cage -s kitty -- -o font_size=14 &> $HOME/.log/kitty |