Add systemd user services
This commit is contained in:
parent
2d1aa2c054
commit
9b3ff362cf
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=kwalletd5: KDE Wallet Manager daemon
|
||||
|
||||
[Service]
|
||||
ExecStart=env QT_QPA_PLATFORM=wayland kwalletd5
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=mako: A lightweight Wayland notification daemon
|
||||
|
||||
[Service]
|
||||
ExecStart=mako
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue