[Linux] compton -> picom
This commit is contained in:
parent
bc3ebfd609
commit
84bd33ebac
@ -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
|
@ -153,7 +153,6 @@ in
|
||||
betterlockscreen
|
||||
blueman
|
||||
clipit
|
||||
compton
|
||||
feh
|
||||
gnome3.gpaste
|
||||
kdeconnect
|
||||
@ -163,6 +162,7 @@ in
|
||||
notify-osd-customizable
|
||||
|
||||
pasystray
|
||||
picom
|
||||
pinentry
|
||||
pommed_light
|
||||
rofi
|
||||
|
Loading…
Reference in New Issue
Block a user