phillipberndt / autorandr

Auto-detect the connected display hardware and load the appropriate X11 setup using xrandr
2.48k stars 123 forks source link

Add Wayland awareness #346

Closed thiagokokada closed 1 year ago

thiagokokada commented 1 year ago

With this commit autorandr will check if the current environment has the WAYLAND_DISPLAY environment variable set. If yes, it will exit (in interactive mode) or skip (in batch mode), to avoid issues between xrandr usage and Wayland environments.

phillipberndt commented 1 year ago

Thanks, merged