Commit graph

6 commits

Author SHA1 Message Date
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