You are not logged in.
Pages: 1
I wrote a shell script to make dmenu a front-end for xrandr. Currently it is a zsh script because that is the shell I use. Assuming there is enough interest in this, I will probably port it to bash. It still needs some work, but it is definitely usable. If you like it or have some feature requests, let me know. I'll probably post to AUR after it gets ported to bash.
I definitely want feedback. If you see better ways of handling things in the script or have ideas for a better UI, please let me know. Enjoy!
Offline
Hi,
I also wrote a dmenu front-end for xrandr, it's posix compatible, so it should work in zsh and bash.
Offline
@chilicuil, it looks like yours only sets the mode/rotation for a single output. I focused more on setting up the position of the outputs. Rotation is a nice touch, though. I think I will add that to my script.
Offline
Pages: 1