From 3e3545ac258c4f76c3e93cf1ad4d4efb68ecf3e9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 17 Jan 2026 21:08:22 +0100 Subject: bash: Spawn Hyprland with ‘start-hyprland’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 326d8a6..98eab43 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,2 +1,2 @@ [[ -f ~/.bashrc ]] && source ~/.bashrc -[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland +[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec start-hyprland -- cgit v1.2.3