From f4601e1dfc54cc2a2b25b42e185dd8ed9f13be19 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Mon, 18 Mar 2024 17:50:57 +0100 Subject: edited structure and added install script --- bash/.bash_profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bash/.bash_profile (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..99fd48b --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,9 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then + exec sway +fi -- cgit v1.2.3