mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 03:58:51 +02:00
This is only next from today. Wanting to try rounded corners (not really working well) and blur (not that useful).
9 lines
288 B
Desktop File
9 lines
288 B
Desktop File
[Unit]
|
|
Description=Compositor for X11
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
ExecStartPre=%h/.config/i3/bin/picom-configure
|
|
ExecStart=%h/.local/bin/picom --config ${XDG_RUNTIME_DIR}/i3/picom.conf --experimental-backends
|
|
ExecReload=%h/.config/i3/bin/picom-configure
|
|
Restart=on-failure
|