From 43ea80ea908a4c7070e09f70d4fc63acd34cdace Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 7 Sep 2023 14:45:05 -0400 Subject: libvirt pain --- home-config/bash_profile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'home-config') diff --git a/home-config/bash_profile b/home-config/bash_profile index d58e435..ebc6cba 100644 --- a/home-config/bash_profile +++ b/home-config/bash_profile @@ -9,3 +9,8 @@ export PATH=$PATH:~/.nix-profile/bin # Honor per-interactive-shell startup file if [ -f ~/.bashrc ]; then . ~/.bashrc; fi + +if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then + exec Hyprland +fi + -- cgit v1.2.3