From b0925e9f020482ed9d571c89b141fe7482dc55ef Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 28 Aug 2021 07:23:36 +0200 Subject: [PATCH] autorandr: force a reconfiguration This is a bit annoying, but as it doesn't handle monitors, we need that. --- dotfiles/systemd/autorandr.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systemd/autorandr.service b/dotfiles/systemd/autorandr.service index 8f59bc6..e329edb 100644 --- a/dotfiles/systemd/autorandr.service +++ b/dotfiles/systemd/autorandr.service @@ -3,7 +3,7 @@ Description=Configure monitors PartOf=graphical-session.target [Service] -ExecStart=/usr/bin/autorandr --change --default default +ExecStart=/usr/bin/autorandr --change --default default --force LimitCORE=infinity Type=oneshot RemainAfterExit=false