Scripting changes to the WT window's show state? #19430
Vincent Fatica (vefatica)
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There's a lot I can do to the current window using
-w 0. But there doesn't seem to be a way to change its show state (max, min, restore, hide, fullscreen, focusmode). Have I missed something?I can do some of those with a shell plugin but those are shell-specific. Doing toggle_full_screen or toggle_focus_mode would (AFAIKT) require simulating keystrokes. That would also be shell-specific and require WT to have keyboard input focus.
My only idea is a new subcommand, maybe
window-state(orws) with various parameters.Any thoughts?
All reactions