sway: add/update services
This commit is contained in:
parent
e60a4ec31e
commit
ff9b5c93a1
4 changed files with 33 additions and 1 deletions
12
systemd/user/dunst.service
Normal file
12
systemd/user/dunst.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
X[Unit]
|
||||
Description=Dunst notification daemon
|
||||
Documentation=man:dunst(1)
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.Notifications
|
||||
ExecStart=/usr/bin/dunst
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
10
systemd/user/nextcloud.service
Normal file
10
systemd/user/nextcloud.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
X[Unit]
|
||||
Description=Nextcloud Desktop
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/nextcloud --background
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
10
systemd/user/nm-applet.service
Normal file
10
systemd/user/nm-applet.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
X[Unit]
|
||||
Description=Network Manager Applet
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/nm-applet --indicator
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
|
@ -6,7 +6,7 @@ After=graphical-session.target
|
|||
Requisite=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=env LC_TIME=de_DE.UTF-8 /usr/bin/waybar
|
||||
ExecStart=/usr/bin/waybar
|
||||
ExecReload=kill -SIGUSR2 $MAINPID
|
||||
Restart=on-failure
|
||||
|
||||
|
|
Loading…
Reference in a new issue