mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
This reverts commit e6d1acc4ba
. While
compton is unmaintained, it works for me. Unfortunately, I am unable
to find a solution to get picom working correctly. Both xr_gl_hybrid
and glx backends introduce some flickering while the xrender backend
is unable to remove tearing.
16 lines
411 B
Desktop File
16 lines
411 B
Desktop File
[Unit]
|
|
Description=Awesome window manager for %I
|
|
PartOf=graphical-session@%i.target
|
|
After=autorandr@%i.service
|
|
After=compton@%i.service
|
|
After=xsettingsd@%i.service
|
|
After=tmux.service
|
|
After=ssh-agent.service
|
|
Before=nm-applet@%i.service
|
|
Before=wallpaper@%i.service
|
|
|
|
[Service]
|
|
Environment=DISPLAY=%I
|
|
ExecStart=/usr/bin/awesome
|
|
ExecStopPost=/bin/systemctl --user stop graphical-session@%i.target
|
|
Restart=on-failure
|