Jorge Villalobos

Results 37 comments of Jorge Villalobos

> @Saghen, @minusfive > > Can we make the block is configurable, I want to use this ■ instead of block. I'd originally made it configurable through the Kinds array,...

> @nmfirdausw I wanted the same and I got it working with the following: > > > > ```lua > > opts = { > > completion = { >...

I did this https://github.com/catppuccin/wezterm/pull/18 , hadn't seen this issue :P.

@nekowinston any interest in getting this merged?

> I don't know who is currently responsible for this repo https://github.com/catppuccin/catppuccin/pull/2402 Ah, apologies.

@saponace I'm probably missing something, but perhaps take a look at my `&csl` and `&cmo` macros here? https://github.com/minusfive/zmk-config/blob/main/knucklehead/macros.dtsi#L30 I [try to] explain it here: https://github.com/minusfive/zmk-config#upper-layer-swapping-vs-stacking

@saponace are you on the ZMK discord? Ping me there

@saponace FYI `K_CANCEL` is a normal keycode typically ignored by most OSes, essentially used as a noop; in my case to break out of smart / sticky behaviors / layers,...

@felix-hilden nice, glad to be of help. That layer + bt profile case sounds cool, hadn't considered it, but yeah, should work w/macros. And yeah, I can still see how...

@felix-hilden pleasure! You can make macros work on `hold`, just need to use `&macro_pause_for_release`. You can read more about it here https://zmk.dev/docs/keymaps/behaviors/macros#processing-continuation-on-release, and see my example here: https://github.com/minusfive/zmk-config/blob/main/knucklehead/macros.dtsi#L3-L28 Generally I...