From 92d4e3e75a6b205d21ddfa4d32e2aba49b97debe Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sun, 17 Feb 2019 23:06:39 +0100 Subject: [PATCH] autorandr: remove unnecessary `method` attribute I mistakenly added this before noticing that it was already defaulted to "factory". Sorry! --- modules/programs/autorandr.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/programs/autorandr.nix b/modules/programs/autorandr.nix index e24edbbd6..4514a5b5d 100644 --- a/modules/programs/autorandr.nix +++ b/modules/programs/autorandr.nix @@ -163,7 +163,6 @@ let default = null; example = literalExample '' { - method = "factor"; x = 1.25; y = 1.25; }