You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (or ws) with various parameters.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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?
Beta Was this translation helpful? Give feedback.
All reactions