mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 20:27:22 -05:00
10 lines
154 B
SYSTEMD
10 lines
154 B
SYSTEMD
|
[Unit]
|
||
|
Description=X11 Compositor
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=compton --config /home/lain/.config/compton/config -b
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=i3@.service
|