Commit graph

11 commits

Author SHA1 Message Date
Vincent Bernat
bfc67f56d0 systemd: ask for PulseAudio 2020-12-16 22:28:41 +01:00
Vincent Bernat
9b000caa1f Revert "picom: switch from compton to picom"
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.
2020-08-19 14:55:52 +02:00
Vincent Bernat
e6d1acc4ba picom: switch from compton to picom
compton is unmaintained.
2020-07-31 21:30:37 +02:00
Vincent Bernat
9626a153a6 systemd: require ssh-agent.service
Not .socket. Not possible to use socket activation with this service.
2020-04-15 23:59:29 +02:00
Vincent Bernat
01cfa52e95 systemd: start ssh-agent from systemd 2020-04-04 17:06:32 +02:00
Vincent Bernat
daa4f44f8c Revert "systemd: quirks for Guybrush"
This reverts commit b602bab527.
2020-03-01 09:27:53 +01:00
Vincent Bernat
b602bab527 systemd: quirks for Guybrush 2020-03-01 09:27:41 +01:00
Vincent Bernat
ab8aea8a55 wallpaper: make awesome trigger a reload of the wallpaper on start
That's because we also want to update the wallpaper on xrandr changes.
2020-02-05 08:20:28 +01:00
Vincent Bernat
a528e2f242 wallpaper: replace lua timer by a systemd timer 2020-02-05 08:16:27 +01:00
Vincent Bernat
95dd95e4ce systemd: use systemd to start tmux server 2020-01-29 05:45:38 +01:00
Vincent Bernat
2e9fa46f2f systemd: create our own graphical-session@.target
graphical-session.target is an existing target for the system. While I
don't use several X sessions, I prefer to have each service bound to
the right display and therefore, I create my own
graphical-session@.target for this purpose.

Also, I don't like having to use `systemctl --user enable`, so I
enable everything directly in graphical-session@.target. Other
dependencies are ordered from awesome@.service. This seems good
enough.
2020-01-19 20:28:04 +01:00