Fix up systemd and autostart

This commit is contained in:
Leon Grünewald 2022-11-13 21:52:08 +01:00
parent 127a9d7f9f
commit 5455912565
4 changed files with 12 additions and 35 deletions

View file

@ -1,11 +0,0 @@
[Desktop Entry]
Type=Application
Name=LXPolKit
Comment=Policykit Authentication Agent
Exec=lxpolkit
TryExec=lxpolkit
Icon=gtk-dialog-authentication
Hidden=true
X-Desktop-File-Install-Version=0.24
OnlyShowIn=LXDE;Awesome;

View file

@ -1,13 +0,0 @@
[Desktop Entry]
Name=Network
Comment=Manage your network connections
Icon=nm-device-wireless
Exec=nm-applet
Terminal=false
Type=Application
NoDisplay=true
NotShowIn=KDE;GNOME;Awesome;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=NetworkManager
X-GNOME-Bugzilla-Component=nm-applet
X-GNOME-UsesNotifications=true

View file

@ -1,11 +0,0 @@
[Desktop Entry]
Name=Slack
StartupWMClass=Slack
Comment=Slack Desktop
GenericName=Slack Client for Linux
Exec=/usr/bin/slack %U
Icon=/usr/share/pixmaps/slack.png
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Network;InstantMessaging;
MimeType=x-scheme-handler/slack;

View file

@ -0,0 +1,12 @@
[Unit]
Description=rtorrent service
Wants=network-online.target
After=network-online.target nss-lookup.target
[Service]
Type=simple
PrivateTmp=false
ExecStart=/usr/bin/rtorrent -o import=%h/.config/rtorrent.rc
[Install]
WantedBy=multi-user.target