randrctl
randrctl copied to clipboard
Profile based screen manager for X
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
This is a sample `randrctl show` output: name: current outputs: VGA1: crtc: 0 mode: 1920x1200 panning: '0x0' pos: '0x0' rate: '59.95' rotate: normal scale: 1x1 primary: VGA1 Currently, the quotation...
I guess `randrctl` tries to parse the resolutions as an integer. Sometimes, there are characters other than number in the 'mode' string. For instance my `VIRTUAL1` output has the following...
Unfortunately `randrctl show` always shows `name: current`, which is probably not the desired output? `randrctl list` also does not show which profile is selected. Additional suggestion would be that `randrctl...
I'm using the global configuration file and on a booted system randrctl works whether it is run with user or root privileges. Automatic udev detection also work during normal operation,...
On one of my machines where MATE desktop enviromnent is used, randrctl fails to display the desktop notification on profile switch. I think it has to do with DBUS_SESSION_BUS_ADDRESS environment...
Currently the `randrctl auto` command doesn't return anything, but I think it would be useful for it to simply return the name of the selected (matched) profile. That also opens...
Writing _zsh_ completion manually is too time consuming (at least for me), so in 1.8.0 it was removed from the app. Instead `randrctl setup completion` command was implement which generates...
It is a hassle to distribute and use utility like this as a python package. Single file executable would be amazing. Executable should be shipped with all its dependencies (likely...