From e57370dbf542b165e430cc8c708677625a9f8ed4 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 9 Sep 2024 00:07:54 -0400 Subject: laptop config --- .bash_profile~ | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .bash_profile~ (limited to '.bash_profile~') diff --git a/.bash_profile~ b/.bash_profile~ new file mode 100644 index 0000000..277ac2d --- /dev/null +++ b/.bash_profile~ @@ -0,0 +1,9 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +if [[ -t 0 && $(tty) == /dev/tty1 && ! $DISPLAY ]]; then + exec dbus-launch --exit-with-session Hyprland +fi -- cgit v1.2.3