Posts in category 'linux'

    • Unexpected ipv6 benefit: upgrading Debian testing, NetworkManager package broke (I still don’t know how). Rebooted to a system with no network connectivity. Thanks to a hard wired dock, all I had to do was an “ip set [iface] up” and everything autoconfigured and I could access Google and the Debian package repos (for the curious, I just had to run apt-get install --fix-broken).

      (https://b-ark.ca/O46WOO)
    • Framework owners running Debian testing: if disable-while-typing is not working, I think this is because the libinput quirks file contains a bug and is using an old key.

      In /usr/share/libinput/50-framework.quirks change:

      AttrEventCodeDisable=BTN_RIGHT
      

      to

      AttrEventCode=-BTN_RIGHT
      

      I can’t say this is definitely the culprit, but DWT is now working for me.

      (https://b-ark.ca/mmGMiQ)