[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
|
betterlockscreen
|
||||||
blueman
|
blueman
|
||||||
clipit
|
clipit
|
||||||
compton
|
|
||||||
feh
|
feh
|
||||||
gnome3.gpaste
|
gnome3.gpaste
|
||||||
kdeconnect
|
kdeconnect
|
||||||
@ -163,6 +162,7 @@ in
|
|||||||
notify-osd-customizable
|
notify-osd-customizable
|
||||||
|
|
||||||
pasystray
|
pasystray
|
||||||
|
picom
|
||||||
pinentry
|
pinentry
|
||||||
pommed_light
|
pommed_light
|
||||||
rofi
|
rofi
|
||||||
|
Loading…
Reference in New Issue
Block a user