summaryrefslogblamecommitdiffstats
path: root/.zlogin
blob: dfaddb9c38121bce379ac723a61321fbabe95325 (plain) (tree)
1
2
3
4
5
6





                                      
# If running from tty1 start sway
if [ "$(tty)" = "/dev/tty1" ]; then
  export _JAVA_AWT_WM_NONREPARENTING=1
  export MOZ_ENABLE_WAYLAND=1
	exec sway
fi