mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-01 00:34:26 +02:00
picom: try again!
This commit is contained in:
parent
dd042ae594
commit
d3af9e4890
4 changed files with 12 additions and 14 deletions
10
systemd/picom@.service
Normal file
10
systemd/picom@.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Compositor for X11 on %I
|
||||
PartOf=graphical-session@%i.target
|
||||
|
||||
[Service]
|
||||
Environment=DISPLAY=%I
|
||||
ExecStart=/usr/bin/picom --backend glx \
|
||||
--xrender-sync-fence \
|
||||
--vsync
|
||||
Restart=on-failure
|
Loading…
Add table
Add a link
Reference in a new issue