mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-06 03:04:58 +02:00
picom: use the one from Debian unstable
This commit is contained in:
parent
14d0f726b3
commit
9eb153f283
2 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,6 @@ unstable but some of them are pulled from Nix.
|
||||||
However, I am recompiling some stuff to get more recent versions:
|
However, I am recompiling some stuff to get more recent versions:
|
||||||
|
|
||||||
- `dunst` (check `vbe/master` branch)
|
- `dunst` (check `vbe/master` branch)
|
||||||
- `picom` (`v9` tag)
|
|
||||||
- `polybar` (check `vbe/master` branch)
|
- `polybar` (check `vbe/master` branch)
|
||||||
- `xsecurelock` (check `vbe/master` branch)
|
- `xsecurelock` (check `vbe/master` branch)
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,6 @@ PartOf=graphical-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=%h/.config/i3/bin/picom-configure
|
ExecStartPre=%h/.config/i3/bin/picom-configure
|
||||||
ExecStart=%h/.local/bin/picom --config %t/i3/picom.conf --experimental-backends
|
ExecStart=/usr/bin/picom --config %t/i3/picom.conf --experimental-backends
|
||||||
ExecReload=%h/.config/i3/bin/picom-configure
|
ExecReload=%h/.config/i3/bin/picom-configure
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue