void-desktop/config-files-vm/cagebreak/cagebreak-run
2023-04-21 17:57:02 +02:00

14 lines
302 B
Bash
Executable file

#!/bin/sh
# Session
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=cagebreak
export XDG_DESKTOP=cagebreak
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 cagebreak $@