pointfichiers/bin/Hyprland

15 lines
172 B
Text
Raw 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 \
hyprland \
2023-10-19 13:25:47 +02:00
"$@"