wertarbyte / autorandr

Auto-detect the connect display hardware and load the appropiate X11 setup using xrandr or disper
645 stars 63 forks source link

Maintenance repository (Also: Check here if you experience problems) #29

Closed phillipberndt closed 9 years ago

phillipberndt commented 10 years ago

This repository has been unmaintained for quite some time, and since I needed autorandr on my notebook, I took over and merged most of the pull requests below this one.

I'll stop maintaining the fork once Stefan closes this pull request to my repository. In the meantime, before you report any issues here, check if someone else already solved them for you over at https://github.com/phillipberndt/autorandr.

(wertarbyte: If you merge this, note that I added a note in the readme file concerning maintenance status which you'll probably want to remove. My branch also currently contains a Python version; I'll move that to another place someday, but for now, that's another thing you'd want to remove ☺)

phillipberndt commented 9 years ago

I'm closing this and will open another pull request, as I renamed my branch and Github does not allow to update the refspec in open pull requests.

The background is that we decided to change the implementation language in active development, remaining compatible of course. Some features are much simpler to implement if you have lists, dictionaries, etc. available..