Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
feat: add more applications to start at system startup (if available)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deplayer committed Feb 9, 2024
1 parent 7640ce9 commit 18c2da5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Type=Application
Name=1Password
Comment=1Password silent autostart
Icon=1password
Exec=/opt/1Password/1password --silent
Exec=flatpak run com.onepassword.OnePassword --silent
6 changes: 6 additions & 0 deletions config/files/usr/etc/xdg/autostart/Discord-silverflow.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=Telegram
Comment=Telegram silent autostart
Icon=org.telegram.desktop
Exec=flatpak run org.telegram.desktop -startintray
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=Discord
Comment=Discord silent autostart
Icon=com.discordapp.Discord
Exec=flatpak run com.discordapp.Discord --start-minimized

0 comments on commit 18c2da5

Please sign in to comment.