diff options
Diffstat (limited to 'my larbs/sway.sh')
-rwxr-xr-x | my larbs/sway.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/my larbs/sway.sh b/my larbs/sway.sh new file mode 100755 index 0000000..e5e23af --- /dev/null +++ b/my larbs/sway.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +export GDK_BACKEND=wayland +export CLUTTER_BACKEND=wayland +export COGL_RENDERER=egl_wayland +export SDL_VIDEODRIVER=wayland +export QT_QPA_PLATFORM=wayland-egl + +exec dbus-launch sway |