void-desktop/config-files/wayfire/wayfire-run

15 lines
296 B
Text
Raw Normal View History

2023-04-19 15:01:22 +02:00
#!/bin/sh
# Session
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=wayfire
export XDG_DESKTOP=wayfire
export GTK_THEME=Plata-Noir-Compact
# Wayland compatibility
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland
export GDK_BACKEND=wayland
exec dbus-run-session wayfire $@