home-config/bash_profile

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