mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 14:22:33 +00:00
Sessions: Fix os_window_size and os_window_class not applying to the first OS Window
Fixes #4957
This commit is contained in:
parent
aabadd8517
commit
c9ef4aa8c8
5 changed files with 18 additions and 14 deletions
|
|
@ -39,6 +39,9 @@ Detailed list of changes
|
|||
|
||||
- Remote control: Allow using :ref:`Boolean operators <search_syntax>` when constructing queries to match windows or tabs
|
||||
|
||||
- Sessions: Fix :code:`os_window_size` and :code:`os_window_class` not applying to the first OS Window (:iss:`4957`)
|
||||
|
||||
|
||||
0.25.0 [2022-04-11]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ For example:
|
|||
|
||||
# Create a new OS window
|
||||
new_os_window
|
||||
# set new window size to 80x25 cells
|
||||
# set new window size to 80x25 cells (if specifed before new_os_window will apply to first OS window)
|
||||
os_window_size 80c 25c
|
||||
# set the --class for the new OS window
|
||||
os_window_class mywindow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue