updated config-files-vm
This commit is contained in:
parent
17a13300d7
commit
2ed3e8ddad
3 changed files with 51 additions and 0 deletions
10
config-files-vm/cagebreak/cage-greetd
Executable file
10
config-files-vm/cagebreak/cage-greetd
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/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 $@
|
14
config-files-vm/cagebreak/cagebreak-run
Executable file
14
config-files-vm/cagebreak/cagebreak-run
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/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 $@
|
Loading…
Add table
Add a link
Reference in a new issue