11 lines
133 B
Bash
Executable file
11 lines
133 B
Bash
Executable file
#!/bin/sh -xe
|
|
|
|
# cd to home
|
|
cd
|
|
|
|
# Execution
|
|
exec ssh-agent \
|
|
dbus-launch --exit-with-session \
|
|
/usr/bin/Hyprland \
|
|
"$@"
|
|
|