home-config/bash_profile

b6763bb47a50ce887513f797a0061e374a210ced · 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