pointfichiers/bin/Hyprland

14 lines
181 B
Bash
Executable file

#!/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 \
"$@"