dotfiles/bin/Hyprland
2023-05-02 22:14:53 +02:00

11 lines
133 B
Bash
Executable file

#!/bin/sh -xe
# cd to home
cd
# Execution
exec \
dbus-launch --exit-with-session \
ssh-agent \
/usr/bin/Hyprland "$@"