Skip to content

Release version 1.6.0

Compare
Choose a tag to compare
@divVerent divVerent released this 11 Dec 19:57
· 35 commits to master since this release

Changes:

  • Make dimmer more nvidia driver friendly, fixing a crash on large multi-monitor configurations by limiting the complexity of render calls; controlled using XSECURELOCK_DIM_MAX_FILL_SIZE.
  • Add a weaker force-grab method that merely steals input focus; XSECURELOCK_FORCE_GRAB still controls the stronger method, but it should trigger less often now.
  • Fix crash with colored emoji fonts (still can't render emoji; we're now simply rejecting fonts Xft cannot handle).
  • Also run the switch user dialog on Ctrl-Alt-Zero as an alternative to Ctrl-Alt-Oh; more user friendly as in some fonts, Ctrl-Alt-O looks like both.
  • XFlush when doing things affecting X11 idle timers.