1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/bin/Hyprland
2023-10-12 11:23:20 +02:00

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