blob: 5bb1488e5d295b8919af39ecb2b0138026237473 (
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_RENDERER=vulkan
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME=qt5ct
export GVIM_ENABLE_WAYLAND=1
exec sway > ~/.sway.log
|