diff --git a/.config/autostart/com.mitchellh.ghostty.desktop b/.config/autostart/com.mitchellh.ghostty.desktop new file mode 100644 index 0000000..8816716 --- /dev/null +++ b/.config/autostart/com.mitchellh.ghostty.desktop @@ -0,0 +1,35 @@ +[Desktop Entry] +Actions=new-window; +Categories=System;TerminalEmulator; +Comment[en_US]=A terminal emulator +Comment=A terminal emulator +DBusActivatable=true +Exec=/usr/bin/ghostty --gtk-single-instance=true +GenericName[en_US]= +GenericName= +Icon=com.mitchellh.ghostty +Keywords=terminal;tty;pty; +MimeType= +Name[en_US]=Ghostty +Name=Ghostty +Path= +StartupNotify=true +StartupWMClass=com.mitchellh.ghostty +Terminal=false +TerminalOptions= +TryExec=/usr/bin/ghostty +Type=Application +Version=1.0 +X-GNOME-UsesNotifications=true +X-KDE-Shortcuts=Ctrl+Alt+T +X-KDE-SubstituteUID=false +X-KDE-Username= +X-TerminalArgAppId=--class= +X-TerminalArgDir=--working-directory= +X-TerminalArgExec=-e +X-TerminalArgHold=--wait-after-command +X-TerminalArgTitle=--title= + +[Desktop Action new-window] +Exec=/usr/bin/ghostty --gtk-single-instance=true +Name=New Window diff --git a/.config/autostart/org.kde.dolphin.desktop b/.config/autostart/org.kde.dolphin.desktop new file mode 100644 index 0000000..274f42b --- /dev/null +++ b/.config/autostart/org.kde.dolphin.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Categories=Qt;KDE;System;FileTools;FileManager; +Comment=Manage your files +Exec=dolphin %u +GenericName=File Manager +Icon=org.kde.dolphin +InitialPreference=10 +Keywords=files;file management;file browsing;samba;network shares;Explorer;Finder; +MimeType=inode/directory; +Name=Dolphin +StartupWMClass=dolphin +Type=Application +X-DBUS-ServiceName=org.kde.dolphin +X-DocPath=dolphin/index.html +X-KDE-Shortcuts=Meta+E diff --git a/.config/autostart/org.keepassxc.KeePassXC.desktop b/.config/autostart/org.keepassxc.KeePassXC.desktop new file mode 100644 index 0000000..0438cfb --- /dev/null +++ b/.config/autostart/org.keepassxc.KeePassXC.desktop @@ -0,0 +1,17 @@ +[Desktop Entry] +Name=KeePassXC +GenericName=Password Manager +Exec=keepassxc +TryExec=keepassxc +Icon=keepassxc +StartupWMClass=keepassxc +StartupNotify=false +Terminal=false +Type=Application +Version=1.0 +Categories=Utility;Security;Qt; +MimeType=application/x-keepass2; +X-GNOME-Autostart-enabled=true +X-GNOME-Autostart-Delay=2 +X-KDE-autostart-after=panel +X-LXQt-Need-Tray=true diff --git a/.config/autostart/org.mozilla.firefox.desktop b/.config/autostart/org.mozilla.firefox.desktop new file mode 100644 index 0000000..577ca3b --- /dev/null +++ b/.config/autostart/org.mozilla.firefox.desktop @@ -0,0 +1,29 @@ +[Desktop Entry] +Actions=new-window;new-private-window;profile-manager-window; +Categories=Network;WebBrowser; +Comment=Browse the Web +Exec=firefox %u +GenericName=Web Browser +Icon=firefox +Keywords=web;browser;internet; +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; +Name=Firefox +StartupNotify=true +Terminal=false +Type=Application +Version=1.0 +X-Desktop-File-Install-Version=0.28 + +[Desktop Action new-private-window] +Exec=firefox --private-window %u +Name[en_US]=New Private Window +Name=Open a New Private Window + +[Desktop Action new-window] +Exec=firefox --new-window %u +Name[en_US]=New Window +Name=Open a New Window + +[Desktop Action profile-manager-window] +Exec=firefox --ProfileManager +Name=Open the Profile Manager