From e73992b173e4f03f6910242bbee36ebcb9363f5f Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 16 Oct 2024 08:12:58 +0200 Subject: [PATCH] fix(bin->Hyprland + bash->exec): Fix hyrland lowercase alias removal --- bin/{Hyprland => Hyprland-wrapper} | 2 +- shell/bash/.bash_exec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename bin/{Hyprland => Hyprland-wrapper} (91%) diff --git a/bin/Hyprland b/bin/Hyprland-wrapper similarity index 91% rename from bin/Hyprland rename to bin/Hyprland-wrapper index df38ce4..980bb02 100755 --- a/bin/Hyprland +++ b/bin/Hyprland-wrapper @@ -9,6 +9,6 @@ export XDG_CONFIG_HOME="${HOME}/.config" # Execution exec ssh-agent \ dbus-launch --exit-with-session \ - hyprland \ + Hyprland \ "$@" diff --git a/shell/bash/.bash_exec b/shell/bash/.bash_exec index af4d26a..727e9ec 100644 --- a/shell/bash/.bash_exec +++ b/shell/bash/.bash_exec @@ -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