blob: 812788b9458bf70a28f2acff40bc0517a4d40180 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/env bash
export XDG_CURRENT_DESKTOP=sway
export XDG_SESSION_DESKTOP=sway
export WLR_RENDER=vulkan
export MOZ_ENABLE_WAYLAND=1
sway
swaymsg -- exec --no-startup-id autostart-wayland
exit 0
|