void-desktop/config-files/wayfire/wayfire-greetd

13 lines
246 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
2023-12-25 16:48:44 +01:00
export GTK_THEME=Orchis-Dark-Compact-Dracula
2023-04-19 15:01:22 +02:00
# Wayland compatibility
export GDK_BACKEND=wayland
exec dbus-run-session wayfire $@