mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
services.autorandr: improve systemd unit description
This commit is contained in:
committed by
Austin Horstman
parent
1875b5a160
commit
13289f0642
@@ -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" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user