markstos commented on pull request dnkl/fuzzel#772 2026年06月18日 15:46:17 +02:00
fix: doc fix for range based options

I can confirm that {1,2} is parsed by bash as special syntax but {1..2} is not:

markstos merged pull request dnkl/fuzzel#743 2026年06月17日 15:13:04 +02:00
✨ wayland: implement text-input-unstable-v3 for IME support
markstos commented on issue dnkl/fuzzel#764 2026年05月27日 14:09:04 +02:00
fuzzel doesn't create parent dirs for cache path

Yes, that’s a separate issue, thanks.

markstos commented on pull request dnkl/fuzzel#758 2026年05月05日 22:21:24 +02:00
WIP: wayland: add GNOME/Mutter support via XDG shell fallback

Although I recall successfully testing this initially, now I get this error and a SEGFAULT. I'll investigate more as I have time.

markstos created pull request dnkl/fuzzel#758 2026年05月04日 21:50:33 +02:00
WIP: wayland: add GNOME/Mutter support via XDG shell fallback
markstos pushed to gnome-support at dnkl/fuzzel 2026年05月04日 21:41:40 +02:00
47768be49b wayland: add GNOME/Mutter support via XDG shell fallback
markstos created branch gnome-support in dnkl/fuzzel 2026年05月04日 21:41:40 +02:00
markstos merged pull request dnkl/fuzzel#747 2026年05月04日 15:09:38 +02:00
refactor: apply DRY principle in a couple places rendering to centralize code, improve readability
markstos merged pull request dnkl/fuzzel#746 2026年05月04日 15:08:44 +02:00
render: handle non-sensical image-size-ratio=0 case
markstos commented on issue dnkl/fcft#114 2026年04月11日 15:49:19 +02:00
Add support for COLRv1 fonts

@cglogic Harfbuzz is already a dependency for fcft when packaged for Arch Linux, Debian and other distros. Are you using fcft in situation where the Harfbuzz features are not enabled?

markstos closed issue dnkl/fuzzel#755 2026年04月11日 04:13:47 +02:00
jpg image preview
markstos commented on issue dnkl/fcft#114 2026年04月11日 03:15:53 +02:00
Add support for COLRv1 fonts

@cglogic, why the downvote for solving this with HarfBuzz?

markstos commented on issue dnkl/fuzzel#755 2026年04月07日 18:19:54 +02:00
jpg image preview

Or if you want some image to pop-up as we scroll over entries, there is now an option to exec a command when an item is selected, like an image previewer.

markstos commented on issue dnkl/fuzzel#755 2026年04月07日 18:18:14 +02:00
jpg image preview

Are you asking about desktop icons or dmenu mode? The XDG .desktop file format spec does not support jpegs.

markstos commented on issue dnkl/fcft#114 2026年04月06日 20:47:06 +02:00
Add support for COLRv1 fonts

What about addressing this by going all-in with using HarfBuzz, which supports COLRv1 since 13.0? Remove both the nanosvg and librsvg backends and let HarfBuzz handle all color glyphs: COLRv0,...

markstos commented on issue dnkl/fuzzel#750 2026年03月24日 18:25:25 +01:00
Crash in nsvg__initPaint

Thanks for the report with a backtrace, @YaLTeR. We'll take a look.

markstos commented on issue dnkl/fuzzel#749 2026年03月23日 20:06:16 +01:00
Emulate ANSI video-revert, provide selection-match-background

I support this. Seems like a nice accessibility feature. Also, fzf supports it.

markstos commented on issue dnkl/fuzzel#744 2026年03月23日 20:02:46 +01:00
Accept ; comments in the INI config (or change extension to .conf)

I agree the current state isn't ideal, but I don't love the options:

markstos created pull request dnkl/fuzzel#747 2026年03月14日 15:01:45 +01:00
refactor: apply DRY principle in a couple places rendering to centralize code, improve readability
markstos pushed to dry-refactors at dnkl/fuzzel 2026年03月14日 15:00:19 +01:00
7d01cf3997 refactor: DRY repetive code to calculate row_bg_x()
ce2b1db8b6 refactor: call first_row_y() instead of re-implementing
Compare 2 commits »