fix(bin->Hyprland + bash->exec): Fix hyrland lowercase alias removal

This commit is contained in:
GaspardCulis 2024-10-16 08:12:58 +02:00
parent 8d4ec36c98
commit e73992b173
2 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,6 @@ export XDG_CONFIG_HOME="${HOME}/.config"
# Execution
exec ssh-agent \
dbus-launch --exit-with-session \
hyprland \
Hyprland \
"$@"

View file

@ -2,7 +2,7 @@
# Start DE if on tty1
if [ "$(tty)" = /dev/tty1 ]; then
exec Hyprland
exec Hyprland-wrapper
fi
# Start DE if on tty1