mirror of
https://github.com/fscotto/infra.git
synced 2026-05-31 07:49:57 +00:00
Add Proton Mail Bridge autostart for desktop profile
This commit is contained in:
@@ -80,6 +80,10 @@ profile_packages:
|
|||||||
- rsync
|
- rsync
|
||||||
|
|
||||||
desktop_dotfiles:
|
desktop_dotfiles:
|
||||||
|
- name: XDG autostart entries
|
||||||
|
src: .config/autostart/
|
||||||
|
dest: .config/autostart/
|
||||||
|
mode: preserve
|
||||||
- name: i3 config
|
- name: i3 config
|
||||||
src: .config/i3/
|
src: .config/i3/
|
||||||
dest: .config/i3/
|
dest: .config/i3/
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
mode: "0755"
|
mode: "0755"
|
||||||
loop:
|
loop:
|
||||||
- "{{ user_home }}/.config"
|
- "{{ user_home }}/.config"
|
||||||
|
- "{{ user_home }}/.config/autostart"
|
||||||
- "{{ user_home }}/.config/i3"
|
- "{{ user_home }}/.config/i3"
|
||||||
- "{{ user_home }}/.config/i3blocks"
|
- "{{ user_home }}/.config/i3blocks"
|
||||||
- "{{ user_home }}/.config/dunst"
|
- "{{ 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