Daniel Mar
Daniel Mar
This is also what I see in Terminal.app. However, if I am in tmux and launch amp, then there's no issue and it appears as it should. Only outside of...
+1 for some sort of overscrolling. I found an article [here](https://christiantietze.de/posts/2017/07/typewriter-mode-overscrolling/) about implementing it.
I've been seeing this as well. I thought it started happening after I added `require("hs.ipc")` to the top of my config (to enable cli), but it has still been happening...
I haven't been able to preview images with broot in Ghostty, is this what's needed for that?
Wow fast replies 😅. I'm on macOS Sequoia 15.2, broot 1.44.6. Image previews aren't working in Ghostty, but they do work in Kitty. Here is my log + video for...
> [@dkmar](https://github.com/dkmar) I don't see any problem in the log. Please try with this at the start of your broot config: > > ``` > kitty_graphics_transmission: chunks > ``` That...
This would be amazing 🙂
@cmsj yes it's still an issue on sequoia with 1.0.0. making the change james suggested above fixes it. ```objective-c -(void)setAbsolutePosition:(NSPoint)absolutePosition { CGEventSourceRef src = CGEventSourceCreate(kCGEventSourceStateCombinedSessionState); CGEventSourceSetLocalEventsSuppressionInterval(src, 0.0); CGWarpMouseCursorPosition(absolutePosition); CFRelease(src); }...
Built-in trackpad here and the ceiling for pointer speed seems really low. I would love to make it faster than the max so I suspect it isn't working. Seems pretty...
> I've temporarily switched to CursorSense. @YoShLKSL Does CursorSense work on sequoia for trackpad? Their [FAQ](https://plentycom.jp/en/cursorsense/support.html) seems to imply it doesn't work.