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