diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-01-17 21:08:22 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-01-17 21:08:22 +0100 |
| commit | 3e3545ac258c4f76c3e93cf1ad4d4efb68ecf3e9 (patch) | |
| tree | cc24ce70d0144c5b74c0840b0a3858379304f4b5 /.bash_profile | |
| parent | 57b3ef8ac5644ab6fbcdbdf43e64c3ec266c148a (diff) | |
bash: Spawn Hyprland with ‘start-hyprland’
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |