kitten-@-resize-os-window(1) | kitten Manual | kitten-@-resize-os-window(1) |
kitten-@-resize-os-window - Resize the specified OS Windows
kitten @ resize-os-window |
Resize the specified OS Windows. Note that some window managers/environments do not allow applications to resize their windows, for example, tiling window managers.
The special value all matches all windows.
For numeric fields: id, pid, num and recent, the expression is interpreted as a number, not a regular expression. Negative values for id match from the highest id number down, in particular, -1 is the most recently created window.
The field num refers to the window position in the current tab, starting from zero and counting clockwise (this is the same as the order in which the windows are reported by the kitten @ ls command).
The window id of the current window is available as the KITTY_WINDOW_ID environment variable.
The field recent refers to recently active windows in the currently active tab, with zero being the currently active window, one being the previously active window and so on.
The field neighbor refers to a neighbor of the active window in the specified direction, which can be: left, right, top or bottom.
When using the env field to match on environment variables, you can specify only the environment variable name or a name and value, for example, env:MY_ENV_VAR=2.
Similarly, the var field matches on user variables set on the window. You can specify name or name and value as with the env field.
The field state matches on the state of the window. Supported states are: active, focused, needs_attention, parent_active, parent_focused, self, overlay_parent. Active windows are the windows that are active in their parent tab. There is only one focused window and it is the window to which keyboard events are delivered. If no window is focused, the last focused window is matched. The value self matches the window in which the remote control command is run. The value overlay_parent matches the window that is under the self window, when the self window is an overlay.
Note that you can use the kitten @ ls command to get a list of windows.
Choices: resize, toggle-fullscreen, toggle-maximized
Choices: cells, pixels
Choices: if-available, always, never
November 11, 2024 | 0.32.2 |