vincentbernat.i3wm-configur.../dotfiles/systemd/picom.service
Vincent Bernat f306d92a0d More initial configuration
Notably add Dunst for notifications.
2021-07-04 14:54:07 +02:00

11 lines
330 B
Desktop File

[Unit]
Description=Compositor for X11
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/picom --backend glx \
--xrender-sync-fence \
--vsync \
--inactive-opacity 0.85 \
--opacity-rule 100:fullscreen
Restart=on-failure