VRGZW4APQOYDGO5CCNBYEM7S6BJ7S3IKYS5OR2UWNOVXSHWYCM7QC
[Unit]
Description=X Session managed by systemd
BindsTo=graphical-session.target
[Unit]
Description=SyncthingTray
After=syncthing.service
[Service]
ExecStart=/usr/bin/syncthingtray
Restart=on-failure
RestartSec=1
Type=simple
[Install]
WantedBy=default.target
[Unit]
Description=Spotify Launcher
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/spotify
Type=simple
Restart=on-failure
RestartSec=1
[Install]
WantedBy=graphical-session.target
[Unit]
Description=Session of Qtile Window Manager
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/qtile start
ExecStopPost=/usr/bin/systemctl --user stop graphical-session.target
Restart=on-failure
[Install]
RequiredBy=xsession.target
[Unit]
Description=Mailbox synchronization timer
[Timer]
OnBootSec=2m
OnUnitActiveSec=5m
Unit=mbsync.service
[Install]
WantedBy=timers.target
[Unit]
Description=Mailbox synchronization service
[Service]
Type=oneshot
ExecStart=/usr/bin/mbsync -Va
ExecStartPost=/usr/bin/emacsclient -e '(mu4e-update-index)'
[Unit]
Description=KeepassXC Launcher
PartOf=graphical-session.target
[Service]
ExecStart=/bin/sh -c "/usr/bin/pass show system/keepassxc | /usr/bin/keepassxc --pw-stdin /home/%u/.syncthing/SecureSync/jleechpe.kdbx"
Type=simple
Restart=on-failure
RestartSec=1
[Install]
WantedBy=graphical-session.target
[Unit]
Description=Discord Launch
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/discord
Restart=on-failure
RestartSec=1
[Install]
WantedBy=graphical-session.target