Update repo path

This commit is contained in:
Alex 2020-05-11 21:01:35 +02:00
commit 8c9e6879d5
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
7 changed files with 74 additions and 0 deletions

15
user/dwm.service Normal file
View File

@ -0,0 +1,15 @@
[Unit]
Description=Dynamic Window Manager
Requires=xorg@0.service
Wants=slstatus.service
After=xorg@0.service
[Service]
ExecStart=/usr/local/bin/dwm
ExecStartPost=/usr/bin/feh --randomize --bg-fill /home/caskd/Media/Pictures/wallpapers
Restart=always
RestartSec=1
Type=exec
[Install]
WantedBy=default.target

11
user/feh.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Feh wallpaper settings
Requires=dwm.service
After=dwm.service
[Service]
ExecStart=/usr/bin/feh --randomize --bg-fill /home/caskd/Media/Pictures/wallpapers
Type=oneshot
[Install]
WantedBy=dwm.service

9
user/ffsnap.service Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description=Keep recording segments to /tmp and encode them on ffmpeg kill like shadowplay
Requires=xorg@0.service
[Service]
ExecStart=/bin/zsh /home/caskd/Projects/ffsnap/script.sh
Restart=always
RestartSec=1
Type=exec

10
user/slstatus.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=Simple Status
Requires=xorg@.service
After=dwm.service
[Service]
Type=exec
Restart=always
RestartSec=1
ExecStart=/usr/local/bin/slstatus

13
user/xcompmgr.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=X composite manager
Requires=xorg@.service
After=xorg@.service
[Service]
Type=exec
Restart=always
RestartSec=1
ExecStart=/usr/bin/xcompmgr
[Install]
WantedBy=dwm.service

10
user/xorg@.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=Xorg server at display %i
Requires=xorg@%i.socket
After=xorg@%i.socket
[Service]
Type=exec
SuccessExitStatus=0 1
ExecStart=/usr/bin/Xorg :%i -nolisten tcp -noreset -verbose 2 "vt1"

6
user/xorg@.socket Normal file
View File

@ -0,0 +1,6 @@
[Unit]
Description=Socket for xorg at display %i
[Socket]
ListenStream=/tmp/.X11-unix/X%i