From 6288091b7fea9bb2df667612fe7a4461a6311b0b Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 18 Apr 2023 01:02:27 -0400 Subject: Initial commit, more to come! --- home-config/.bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 home-config/.bash_profile (limited to 'home-config/.bash_profile') diff --git a/home-config/.bash_profile b/home-config/.bash_profile new file mode 100644 index 0000000..319a0ca --- /dev/null +++ b/home-config/.bash_profile @@ -0,0 +1,8 @@ +export MOZ_ENABLE_WAYLAND=1 + +export XDG_CURRENT_DESKTOP=sway +export XDG_SESSION_DESKTOP=sway +export _JAVA_AWT_WM_NONREPEATING=1 + +# Honor per-interactive-shell startup file +if [ -f ~/.bashrc ]; then . ~/.bashrc; fi -- cgit v1.2.3