jfly / dotfiles

My dotfiles, bootstrapped using dotbot
3 stars 2 forks source link

Autoconfigure external display when attached #4

Closed jfly closed 6 years ago

jfly commented 9 years ago

Right now I have to run xrandr --auto every time I connect an external display. I imagine it would be possible to run that command every time we dock/undock, but it would be better to do it whenver a display is connected/disconnected.

jfly commented 9 years ago

Also, the xrandr -o ... commands don't work when an external display is connected.

jfly commented 9 years ago

autorandr looks cool, but I think I'd still need to figure out how to automatically invoke it (possibly via udev?).

jfly commented 6 years ago

I implemented this with my autoperipherals script. Closing!