mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Allow setting the class for new OS windows in a session file
This commit is contained in:
parent
9d9ec84b54
commit
8093d70643
4 changed files with 8 additions and 1 deletions
|
|
@ -20,6 +20,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
|||
|
||||
- Implement support for box drawing rounded-corners characters (:iss:`2240`)
|
||||
|
||||
- Allow setting the class for new OS windows in a session file
|
||||
|
||||
- When a character from the Unicode Dingbat block is followed by a space, use
|
||||
the extra space to render a larger version of the character (:iss:`2850`)
|
||||
|
||||
|
|
|
|||
|
|
@ -346,6 +346,8 @@ For example:
|
|||
new_os_window
|
||||
# set new window size to 80x25 cells
|
||||
os_window_size 80c 25c
|
||||
# set the --class for the new OS window
|
||||
os_window_class mywindow
|
||||
launch sh
|
||||
# Make the current window the active (focused) window
|
||||
focus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue