pointfichiers/bin/Hyprland

15 lines
181 B
Text
Raw Permalink Normal View History

2023-10-19 13:25:47 +02:00
#!/bin/sh -xe
# cd to home
cd
# XDG
export XDG_CONFIG_HOME="${HOME}/.config"
# Execution
exec ssh-agent \
dbus-launch --exit-with-session \
/usr/bin/Hyprland \
"$@"