feat: enhance autostart configurations and add executable permissions for desktop entries
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 28s
Nix Format Check / check-format (push) Failing after 1m26s
Python Lint Check / check-python (push) Failing after 19s

This commit is contained in:
2025-05-20 21:06:49 +02:00
parent 9752355685
commit 0c186365cd
15 changed files with 42 additions and 4 deletions

1
config/autostart/1password.desktop Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=1Password
Exec=/home/menno/.config/autostart/1password.ignition_delay.sh

0
config/autostart/com.rtosta.zapzap.desktop Normal file → Executable file
View File

0
config/autostart/com.spotify.Client.desktop Normal file → Executable file
View File

0
config/autostart/io.github.equicord.equibop.desktop Normal file → Executable file
View File

View File

@ -0,0 +1,15 @@
[Desktop Entry]
Icon=/home/menno/.local/share/JetBrains/Toolbox/toolbox.svg
Exec=/home/menno/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox --minimize
Version=1.0
Type=Application
Categories=Development
Name=JetBrains Toolbox
StartupWMClass=jetbrains-toolbox
Terminal=false
MimeType=x-scheme-handler/jetbrains;
X-GNOME-Autostart-enabled=true
StartupNotify=false
X-GNOME-Autostart-Delay=10
X-MATE-Autostart-Delay=10
X-KDE-autostart-after=panel

11
config/autostart/mimeinfo.cache Executable file
View File

@ -0,0 +1,11 @@
[MIME Cache]
x-scheme-handler/discord=io.github.equicord.equibop.desktop;
x-scheme-handler/jetbrains=jetbrains-toolbox.desktop;
x-scheme-handler/onepassword=1password.desktop;
x-scheme-handler/onepassword8=1password.desktop;
x-scheme-handler/sgnl=org.signal.Signal.desktop;
x-scheme-handler/signalcaptcha=org.signal.Signal.desktop;
x-scheme-handler/spotify=com.spotify.Client.desktop;
x-scheme-handler/tg=org.telegram.desktop.desktop;
x-scheme-handler/tonsite=org.telegram.desktop.desktop;
x-scheme-handler/whatsapp=com.rtosta.zapzap.desktop;

0
config/autostart/org.fkoehler.KTailctl.desktop Normal file → Executable file
View File

1
config/autostart/org.signal.Signal.desktop Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Signal
Exec=/home/menno/.config/autostart/org.signal.Signal.ignition_delay.sh

0
config/autostart/org.telegram.desktop.desktop Normal file → Executable file
View File