dbus for hyprland
This commit is contained in:
parent
56e22e6d25
commit
49cac9e6fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue