Remove sysutils/facette
dormant upstream since 6 years, and marked BROKEN anyway. recommend
grafana instead.
while here fix the XawMu $obsolete_reason entry, should be pkgname not a
pkgpath.
expect: set channel type to TCL_CHANNEL_VERSION_2 for llvm22
Avoid passing the ExpBlockModeProc function pointer through an object
pointer type and instead move it to the proper place in the struct. Setting
the channel version of expChannelType to 2 in the version field tells tcl's
Tcl_ChannelBlockModeProc() to use the function pointer directly, and avoids
undefined behavior. Using TCL_CHANNEL_VERSION_2 is the conservative choice,
although version 5 would also work.
discussed with stu
tested/ok jca
Import wayland/cliphist
clipboard history manager for Wayland
cliphist is a clipboard history manager for wayland
- write clipboard changes to a history file
- recall history with dmenu / rofi / wofi (or whatever other picker you like)
- both text and images are supported
- clipboard is preserved byte-for-byte
- leading / trailing whitespace / no whitespace or newlines are
preserved
- won't break fancy editor selections like vim wordwise, linewise,
block mode
- no concept of a picker, only pipes
WWW: https://github.com/sentriz/cliphist
ok landry@