feat: Improve apps autostart behaviour

This commit is contained in:
Swarsel 2024-08-11 02:20:12 +02:00
parent 2a1cce0e68
commit da8b2b2de1
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 25 additions and 20 deletions

View file

@ -8,8 +8,8 @@ in
type = types.listOf (types.attrsOf types.str);
default = [
{ command = "nextcloud --background"; }
{ command = "vesktop --start-minimized"; }
{ command = "element-desktop --hidden -enable-features=UseOzonePlatform -ozone-platform=wayland --disable-gpu-driver-bug-workarounds"; }
{ command = "vesktop --start-minimized --enable-speech-dispatcher --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime"; }
{ command = "element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu-driver-bug-workarounds"; }
{ command = "ANKI_WAYLAND=1 anki"; }
{ command = "OBSIDIAN_USE_WAYLAND=1 obsidian"; }
{ command = "nm-applet"; }