void-desktop/config-files/wayfire/wayfire-run
2023-12-25 16:48:44 +01:00

14 lines
305 B
Bash
Executable file

#!/bin/sh
# Session
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=wayfire
export XDG_DESKTOP=wayfire
export GTK_THEME=Orchis-Dark-Compact-Dracula
# Wayland compatibility
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland
export GDK_BACKEND=wayland
exec dbus-run-session wayfire $@