feature request: keybind to temporarily toggle visibility of tab bar and/or menu bar #3907
Unanswered
goproslowyo
asked this question in
Feature Requests, Ideas
Replies: 1 comment
-
I think this is something GTK automatically does if you have a PopoverMenuBar, but I might be wrong. See #2642 for more discussion about that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In some
GTKapps when you hide the menu bar, you can pressalt
to temporarily toggle the menu bar visibility.In Ghostty, I have both the menu bar and tab bar hidden and it'd be nice if I could press
alt
to temporarily toggle the visibility of the menu bar and/or tab bar.edit:Resolved in a bugfix.I thought
keybind = cmd+\=toggle_tab_overview
could be used as a workaround but it turns out that thetoggle_tab_overview
action doesn't even work ifgtk-titlebar = false
.note that this differs from the toggle_tab_overview in that it shouldn't show the overview but the menu bar/tab bar instead.
a few examples of how other apps handle this:
e.g. firefox
menubar hidden
alt-pressed
Beta Was this translation helpful? Give feedback.
All reactions