add autostart config

This commit is contained in:
2026-05-30 22:27:12 +03:00
parent 244996e82a
commit fc2f648834
4 changed files with 96 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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