Allow specifying watchers in session files and via a command line argument

This commit is contained in:
Kovid Goyal
2020-08-23 10:41:36 +05:30
parent f4ddaacb3c
commit 392c31f5fe
9 changed files with 117 additions and 26 deletions

View File

@@ -21,6 +21,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow tracking focus change events in watchers (:iss:`2918`)
- Allow specifying watchers in session files and via a command line argument
(:iss:`2933`)
0.18.3 [2020-08-11]
-------------------

View File

@@ -353,6 +353,15 @@ For example:
focus
launch emacs
# Add a watcher that will be called with various events that occur
# on all subsequent windows. See the documentation of the launch command
# for details on watchers.
watcher /some/python/file.py
launch mpd
launch irssi
# Remove the watcher for further windows
watcher clear
Mouse features
-------------------