tvl-depot/configs/.config
William Carroll 1487d06660 Support autorandr
Enable autorandr with Nix home-manager. I discovered autorandr when looking
through the home-manager source code. I was hoping it would automatically
enable/disable my external monitor when I connect/disconnect my HDMI cable, but
it doesn't.

With autorandr, I run...

```shell
> autorandr --load mobile
```

...to load my randr settings for just my laptop without the external monitor,
and I run...

```shell
> autorandr --load docked
```

...to load my randr settings for my external monitor.

I'm not sure if this brings much more value than my existing display.el module,
but I'm willing to try it for now.
2020-03-16 13:59:20 +00:00
..
fish Support root directory and dirs like /tmp 2020-03-06 18:45:55 +00:00
nixpkgs Support autorandr 2020-03-16 13:59:20 +00:00
nvim Splice configs/shared directory 2020-03-06 10:15:29 +00:00
systemd/user Splice configs/shared directory 2020-03-06 10:15:29 +00:00