summaryrefslogtreecommitdiffstats
path: root/.zlogin
blob: 106d0de580e7fcb97422d5bf174c526d2e67410c (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