aboutsummaryrefslogtreecommitdiff
path: root/gui/autorandr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/autorandr.nix')
-rw-r--r--gui/autorandr.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/autorandr.nix b/gui/autorandr.nix
index 457417e..4877ed5 100644
--- a/gui/autorandr.nix
+++ b/gui/autorandr.nix
@@ -39,4 +39,6 @@
};
};
};
+
+ xsession.initExtra = "${pkgs.autorandr}/bin/autorandr --change";
}