summaryrefslogtreecommitdiff
path: root/home-config/bash_profile
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-04-20 18:13:50 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-04-20 18:13:50 -0400
commite7cf19865c2d191a8bd5f10b5d3c17075740e385 (patch)
tree62a3a4fea357fd312c48e0b43275a64f532bfe35 /home-config/bash_profile
parenta88af515815576871d6a4b01ac5c448172ee50e2 (diff)
renamed files to not be hidden
Diffstat (limited to 'home-config/bash_profile')
-rw-r--r--home-config/bash_profile8
1 files changed, 8 insertions, 0 deletions
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 @@
1export MOZ_ENABLE_WAYLAND=1
2
3export XDG_CURRENT_DESKTOP=sway
4export XDG_SESSION_DESKTOP=sway
5export _JAVA_AWT_WM_NONREPEATING=1
6
7# Honor per-interactive-shell startup file
8if [ -f ~/.bashrc ]; then . ~/.bashrc; fi