Horizontal scroll does not reach the application in Ghostty #19
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Works on macOS, not here. Ghostty 1.3.1-4.fc44.
Not a configuration mistake: since 1.3.0 the GTK build binds
horizontal scroll to switching tabs rather than forwarding the
event to the foreground application, so a tilt wheel or a
two-finger sideways swipe never reaches the program that wants
it. Upstream discussion:
https://github.com/ghostty-org/ghostty/discussions/11566
Options, in the order worth trying:
the tab switch, if one exists. Nothing in the config here
touches scrolling today beyond mouse-hide-while-typing.
the theme writes ghostty/theme.conf, donbox update, activity,
pkg and menu settings all open windows with --class and
--font-size, and rules.lua matches those classes.
Worth measuring how much actually depends on Ghostty before
considering the third.
Moved to donbox#6 as part of the rewrite.