Seeker04 / plwm

An X11 window manager written in Prolog
MIT License
1 stars 0 forks source link

Replace Xinerama with Xrandr #50

Open Seeker04 opened 4 months ago

Seeker04 commented 4 months ago

Xinerama became largely obsolete these days. The RandR extension is a more modern and robust alternative (as mentioned here).

It should be investigated how feasible it would be to replace the multi-monitor handling, trading the libXinerama dependency for libXrandr.