mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
remembers window position after quit
added position flag added window geometry caching Restores window given --position command moved position flag to last listed flag fixed formatting - working version fixed git problems and formatting issues fixing some caching mistakes trailing whitespace remove .dmypy.json for git
This commit is contained in:
committed by
Kovid Goyal
parent
9ed6be9272
commit
5c49e2aab4
@@ -476,6 +476,11 @@ choices=normal,fullscreen,maximized,minimized,hidden
|
||||
Control how the initial kitty window is created.
|
||||
|
||||
|
||||
--position
|
||||
type=bool-set
|
||||
Restores the last session's window position. Does not work on Wayland.
|
||||
|
||||
|
||||
# Debugging options
|
||||
|
||||
--version -v
|
||||
|
||||
Reference in New Issue
Block a user