summaryrefslogtreecommitdiffstats
path: root/.zlogin
blob: a5153bb84cd6d5c2ecd67d7c2384224818251509 (plain) (blame)
1
2
3
4
5
6
7
8
# If running from tty1 start sway
if [ "$(tty)" = "/dev/tty1" ]; then
  export _JAVA_AWT_WM_NONREPARENTING=1
  export MOZ_ENABLE_WAYLAND=1
  export XDG_CURRENT_DESKTOP=Unity
  export WLR_DRM_NO_MODIFIERS=1
	exec sway
fi