Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 5, 2025
1 parent 39629db commit 1080b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kitty/options/definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -1421,12 +1421,12 @@
The number of window groups (a window group is a window and all of its overlay windows) in the tab.
:code:`tab.active_wd`
The working directory of the currently active window in the tab
(expensive, requires syscall). Use :code:`active_oldest_wd` to get
(expensive, requires syscall). Use :code:`tab.active_oldest_wd` to get
the directory of the oldest foreground process rather than the newest.
:code:`tab.active_exe`
The name of the executable running in the foreground of the currently
active window in the tab (expensive, requires syscall). Use
:code:`active_oldest_exe` for the oldest foreground process.
:code:`tab.active_oldest_exe` for the oldest foreground process.
:code:`max_title_length`
The maximum title length available.
:code:`keyboard_mode`
Expand Down

0 comments on commit 1080b14

Please sign in to comment.