1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/bin/Hyprland

16 lines
237 B
Text
Raw Permalink Normal View History

2023-04-13 00:17:43 +02:00
#!/bin/sh -xe
# cd to home
cd
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
exec dbus-launch --exit-with-session "$0" "$@"
fi
if [ -z "$SSH_AGENT_PID" ]; then
exec ssh-agent "$0" "$@"
fi
2023-04-13 00:17:43 +02:00
# Execution
exec /usr/bin/Hyprland "$@"