20 lines
513 B
Plaintext
Executable File
20 lines
513 B
Plaintext
Executable File
# Shell
|
|
exec-once = caelestia shell -d
|
|
|
|
# Programms
|
|
{% if system == "desktop_full" %}
|
|
exec-once = legcord
|
|
exec-once = feishin
|
|
exec-once = nextcloud
|
|
{% endif %}
|
|
exec-once = nm-applet
|
|
exec-once = blueman-applet
|
|
exec-once = playerctld daemon
|
|
|
|
# Clipboard
|
|
exec-once = wl-paste --type text --watch cliphist store #Stores only text data
|
|
exec-once = wl-paste --type image --watch cliphist store #Stores only image data
|
|
|
|
# Misc
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|