From 2b47bce6b43ada792174d9b24356810ba4572517 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 8 Jan 2026 11:12:58 +0200 Subject: [PATCH] autostart: add desktop entries for background starting chrome & vivaldi --- etc/xdg/autostart/01-chrome-bg.desktop | 9 +++++++++ etc/xdg/autostart/01-vivaldi-bg.desktop | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 etc/xdg/autostart/01-chrome-bg.desktop create mode 100644 etc/xdg/autostart/01-vivaldi-bg.desktop diff --git a/etc/xdg/autostart/01-chrome-bg.desktop b/etc/xdg/autostart/01-chrome-bg.desktop new file mode 100644 index 00000000..f0161307 --- /dev/null +++ b/etc/xdg/autostart/01-chrome-bg.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Type=Application +StartupNotify=false +Terminal=false +Icon=google-chrome-stable +Exec=chrome --profile-directory=Default --no-startup-window +Name=Google Chrome in the background +Name[fi]=Google Chrome taustalla diff --git a/etc/xdg/autostart/01-vivaldi-bg.desktop b/etc/xdg/autostart/01-vivaldi-bg.desktop new file mode 100644 index 00000000..de165742 --- /dev/null +++ b/etc/xdg/autostart/01-vivaldi-bg.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Type=Application +StartupNotify=false +Terminal=false +Icon=vivaldi +Exec=vivaldi --profile-directory=Default --no-startup-window +Name=Vivaldi in the background +Name[fi]=Vivaldi taustalla