Featuring copy-paste errors from me 9 months ago!
Additions
- There is now very basic tablet support. I mean really basic as in the pointer doesn't even move when you hover the pen around. Probably not all that useful until I implement that.
- You can now specify drm devices that Pinnacle will use with the
PINNACLE_DRM_DEVICESenvironment variable:Devices not listed will not be used. (#413 - thanks @rustysec)PINNACLE_DRM_DEVICES="/dev/dri/card1:/dev/dri/renderD128" pinnacle
Fixes
- Builds on ARM should work now
- nix: The UWSM session should have a shorter name now (#407 - thanks @cassandracomar)
- nix: Cross compilation fixes (#410 - thanks @doronbehar)
- Applications like Nautilus no longer start maximized (read: I copy pasted the code for
maximize_requesttounmaximize_requestand didn't change it) (#419 - thanks @Ph4ntomas)