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