forked from colonelpanic/dotfiles
[Linux] compton -> picom
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=compton
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env compton -cC
|
||||
ExecStop=/usr/bin/env pkill compton
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
10
dotfiles/config/systemd/user/picom.service
Normal file
10
dotfiles/config/systemd/user/picom.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=picom
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env picom -cC
|
||||
ExecStop=/usr/bin/env pkill picom
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
Reference in New Issue
Block a user