home-config/bash_profile

aabe9d44e339ebda81ae8b878d50c00add5090ec · 214 B · 8 lines raw

1 export MOZ_ENABLE_WAYLAND=1
2
3 export XDG_CURRENT_DESKTOP=sway
4 export XDG_SESSION_DESKTOP=sway
5 export _JAVA_AWT_WM_NONREPEATING=1
6
7 # Honor per-interactive-shell startup file
8 if [ -f ~/.bashrc ]; then . ~/.bashrc; fi