mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
13 lines
246 B
SYSTEMD
13 lines
246 B
SYSTEMD
|
[Unit]
|
||
|
Description=Configure displays
|
||
|
PartOf=graphical-session@%i.target
|
||
|
|
||
|
[Service]
|
||
|
Environment=DISPLAY=%I
|
||
|
ExecStart=/usr/bin/autorandr --change --default default
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=false
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session@%i.target
|