Fix up systemd and autostart
This commit is contained in:
parent
127a9d7f9f
commit
5455912565
4 changed files with 12 additions and 35 deletions
|
@ -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;
|
||||
|
|
@ -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
|
|
@ -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;
|
12
.config/systemd/user/rtorrent.service
Normal file
12
.config/systemd/user/rtorrent.service
Normal 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
|
Loading…
Reference in a new issue