Adam Wagner

Results 19 comments of Adam Wagner

hi @jzelner ! > but the icons for programs periodically disappear Hmm. I know this happens, but the universe of causes is pretty big. Is there any pattern to when...

@jzelner I've definitely had this same thought! I'm still working on [refactoring for testability](https://github.com/AdamWagner/stackline/discussions/26). I don't quite see the light at the end of the tunnel yet, but hope to...

@snakewa I think that this is fixed in https://github.com/AdamWagner/stackline/pull/81 (the offset issue was [fixed in an earlier commit](https://github.com/AdamWagner/stackline/commit/215b35d383a6d120e9969415d4b6c29bde0cac81)) Apologies for the long wait. Would still be great to know if...

That's an awesome idea @Krever … something I've been thinking about too. One of my use-cases for `stackline` is grouping browser tabs. The result is a stack of 4-5 chrome...

>That would be totally fine with me, especially if we could put the number of characters in the config. Cool! I hadn't thought of making `truncateAt` configurable. Very neat.

Really thought I'd be able to work on this this weekend… but #32 was trickier than expected. I'd like to get that and #33 done first, but I'm looking forward...

Note to self: Hammerspoon pro https://github.com/szymonkaliski implemented window title function like this: ```lua --[[ make a descriptive title for a window params : window, length (int) returns : string combines...

@Krever Just wanted to give you an update on this. Here's a rough list of what I'm planning to work on: 1. Add tests to improve reliability & enable faster...

Thanks for the report @Fouer . Aha… I never use `yabai -m display --focus`, so didn't encounter this. I will try to reproduce this weekend, and might be able to...

Bad news everyone: I don't see a clear path toward fixing this. I _can_ reproduce it when using multiple displays. That said, I don't think I can fix this at...