mirror of
https://github.com/Foltik/dotfiles
synced 2025-01-07 08:42:47 -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
|