summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-22 08:33:13 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-22 08:33:13 -0400
commit49cac9e6fdc0b2dca2fc583d19352d2e1d0c957b (patch)
tree8ca8c7691dae385492782744f6ec499c405b1431 /home
parentadd ja_JP locale (diff)
downloaddotfiles-guix-49cac9e6fdc0b2dca2fc583d19352d2e1d0c957b.tar.gz
dotfiles-guix-49cac9e6fdc0b2dca2fc583d19352d2e1d0c957b.tar.bz2
dotfiles-guix-49cac9e6fdc0b2dca2fc583d19352d2e1d0c957b.zip
dbus for hyprland
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