10 lines
172 B
Bash
Executable file
10 lines
172 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Session
|
|
export XDG_SESSION_TYPE=wayland
|
|
export GTK_THEME=Plata-Noir-Compact
|
|
|
|
# Wayland compatibility
|
|
export GDK_BACKEND=wayland
|
|
|
|
exec dbus-run-session cage $@
|