mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add Proton Mail Bridge autostart for desktop profile
This commit is contained in:
@@ -80,6 +80,10 @@ profile_packages:
|
||||
- rsync
|
||||
|
||||
desktop_dotfiles:
|
||||
- name: XDG autostart entries
|
||||
src: .config/autostart/
|
||||
dest: .config/autostart/
|
||||
mode: preserve
|
||||
- name: i3 config
|
||||
src: .config/i3/
|
||||
dest: .config/i3/
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
mode: "0755"
|
||||
loop:
|
||||
- "{{ user_home }}/.config"
|
||||
- "{{ user_home }}/.config/autostart"
|
||||
- "{{ user_home }}/.config/i3"
|
||||
- "{{ user_home }}/.config/i3blocks"
|
||||
- "{{ user_home }}/.config/dunst"
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.1
|
||||
Name=Proton Mail Bridge
|
||||
GenericName=Proton Mail Bridge for Linux
|
||||
Comment=Run Proton Mail Bridge in the background.
|
||||
Icon=ch.protonmail.protonmail-bridge
|
||||
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=protonmail-bridge ch.protonmail.protonmail-bridge
|
||||
Terminal=false
|
||||
Categories=Office;Email
|
||||
StartupWMClass=Proton Mail Bridge
|
||||
X-Flatpak=ch.protonmail.protonmail-bridge
|
||||
Reference in New Issue
Block a user