diff options
author | Freya Murphy <freya@freyacat.org> | 2024-08-11 17:43:39 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-08-11 17:43:39 -0400 |
commit | 01f9c0119a397d7d919f1b6c15cffa735c9dbd7a (patch) | |
tree | 8cdd8be30228b491f75662cfb351fd330dfc23e3 /home/config/zsh | |
parent | update gtk (diff) | |
download | dotfiles-guix-01f9c0119a397d7d919f1b6c15cffa735c9dbd7a.tar.gz dotfiles-guix-01f9c0119a397d7d919f1b6c15cffa735c9dbd7a.tar.bz2 dotfiles-guix-01f9c0119a397d7d919f1b6c15cffa735c9dbd7a.zip |
refactor services, syncthing, update audio packages
Diffstat (limited to 'home/config/zsh')
-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 |