added greetd config-files
This commit is contained in:
parent
bf022064d7
commit
5d87acd059
5 changed files with 142 additions and 3 deletions
14
config-files/wayfire/wayfire-run
Executable file
14
config-files/wayfire/wayfire-run
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/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 $@
|
Loading…
Add table
Add a link
Reference in a new issue