1
0
Fork 0

Add systemd user services

This commit is contained in:
Gregory Eremin 2020-09-12 09:58:57 +02:00
parent 2d1aa2c054
commit 9b3ff362cf
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[Unit]
Description=kwalletd5: KDE Wallet Manager daemon
[Service]
ExecStart=env QT_QPA_PLATFORM=wayland kwalletd5
[Install]
WantedBy=default.target

8
systemd/mako.service Normal file
View File

@ -0,0 +1,8 @@
[Unit]
Description=mako: A lightweight Wayland notification daemon
[Service]
ExecStart=mako
[Install]
WantedBy=default.target

12
systemd/swayidle.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=swayidle: Manages lockscreen and display
[Service]
ExecStart=/sbin/swayidle \
timeout 300 /home/gregory/dotfiles/bin/screens-lock \
timeout 60 /home/gregory/dotfiles/bin/screens-off \
resume /home/gregory/dotfiles/bin/screens-on \
before-sleep /home/gregory/dotfiles/bin/screens-lock
[Install]
WantedBy=default.target

View File

@ -0,0 +1,8 @@
[Unit]
Description=wl-clipsync: Synchronizes primary and clipboard paste buffers
[Service]
ExecStart=/home/gregory/go/path/bin/wl-clipsync -i 300ms
[Install]
WantedBy=default.target