summaryrefslogtreecommitdiff
path: root/home/config/zsh
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-08-11 17:43:39 -0400
committerFreya Murphy <freya@freyacat.org>2024-08-11 17:43:39 -0400
commit01f9c0119a397d7d919f1b6c15cffa735c9dbd7a (patch)
tree8cdd8be30228b491f75662cfb351fd330dfc23e3 /home/config/zsh
parentupdate gtk (diff)
downloaddotfiles-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/zprofile2
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