2023-04-13 00:17:43 +02:00
|
|
|
#!/bin/sh -xe
|
|
|
|
|
|
|
|
# cd to home
|
|
|
|
cd
|
|
|
|
|
|
|
|
# Execution
|
2023-04-16 23:11:57 +02:00
|
|
|
exec \
|
|
|
|
dbus-launch --exit-with-session \
|
2023-04-13 00:17:43 +02:00
|
|
|
ssh-agent \
|
2023-04-16 23:11:57 +02:00
|
|
|
/usr/bin/Hyprland "$@"
|
2023-04-13 00:17:43 +02:00
|
|
|
|