home-config/bash_profile

4fe3a734d104fa1836255b18f8d8bcf4aeaa407f · 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