Add autostart programs
This commit is contained in:
parent
e53e2ecf52
commit
bd3ebb4bff
3 changed files with 27 additions and 1 deletions
10
autostart/1password.desktop
Normal file
10
autostart/1password.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Name=1Password
|
||||
Exec=/opt/1Password/1password --silent %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=1password
|
||||
StartupWMClass=1Password
|
||||
Comment=Password manager and secure wallet
|
||||
MimeType=x-scheme-handler/onepassword;
|
||||
Categories=Office;
|
13
autostart/megasync.desktop
Normal file
13
autostart/megasync.desktop
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
GenericName=File Synchronizer
|
||||
Name=MEGAsync
|
||||
Comment=Easy automated syncing between your computers and your MEGA cloud drive.
|
||||
TryExec=megasync
|
||||
Exec=/usr/bin/env sh -c "sleep 15;megasync"
|
||||
Icon=mega
|
||||
Terminal=false
|
||||
Categories=Network;System;
|
||||
StartupNotify=false
|
||||
X-GNOME-Autostart-Delay=60
|
Loading…
Add table
Add a link
Reference in a new issue