home-config/bash_profile

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