diff options
Diffstat (limited to 'gui/autorandr.nix')
-rw-r--r-- | gui/autorandr.nix | 2 |
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"; } |