dotfiles/bin/Hyprland

15 lines
181 B
Text
Raw Normal View History

2023-04-13 00:17:43 +02:00
#!/bin/sh -xe
# cd to home
cd
# XDG
export XDG_CONFIG_HOME="${HOME}/.config"
2023-04-13 00:17:43 +02:00
# Execution
exec ssh-agent \
2023-04-16 23:11:57 +02:00
dbus-launch --exit-with-session \
/usr/bin/Hyprland \
"$@"
2023-04-13 00:17:43 +02:00