diff options
author | Adrian Kummerlaender | 2018-09-17 10:35:26 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2018-09-17 10:35:26 +0200 |
commit | f928c8959653536cec13f00250573e36f77da36e (patch) | |
tree | a13895d3b47aafd623ae409ceded5b8370c61f93 | |
parent | 4c221de75d4ef123808d77057081f029490a628f (diff) | |
download | nixos_home-f928c8959653536cec13f00250573e36f77da36e.tar nixos_home-f928c8959653536cec13f00250573e36f77da36e.tar.gz nixos_home-f928c8959653536cec13f00250573e36f77da36e.tar.bz2 nixos_home-f928c8959653536cec13f00250573e36f77da36e.tar.lz nixos_home-f928c8959653536cec13f00250573e36f77da36e.tar.xz nixos_home-f928c8959653536cec13f00250573e36f77da36e.tar.zst nixos_home-f928c8959653536cec13f00250573e36f77da36e.zip |
Call autorandr during xsession init on asterix
-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"; } |