services.autorandr: improve systemd unit description

This commit is contained in:
Maya the bee
2025-05-10 22:53:07 +02:00
committed by Austin Horstman
parent 1875b5a160
commit 13289f0642

View File

@@ -55,7 +55,7 @@ in
systemd.user.services.autorandr = {
Unit = {
Description = "autorandr";
Description = "Auto-detect the connected display hardware and load the appropriate X11 setup using xrandr";
After = [ "graphical-session.target" ];
PartOf = [ "graphical-session.target" ];
};