diff options
author | NRK <nrk@disroot.org> | 2022-06-01 14:59:16 +0600 |
---|---|---|
committer | N-R-K <nrk@disroot.org> | 2022-06-02 08:09:51 +0000 |
commit | 810a9651a362992383081619ca63122f41f1cd0a (patch) | |
tree | bea298b12676f642a4801a5d6385a781f918a639 /examples/win-title | |
parent | 364c3d6f019a26e68f2bfb9594d6bc599a947be2 (diff) |
reduce calls to win-title
rather than calling the script unconditionally per redraw, we now have
a `title_dirty` flag and keep track of when any of the relavent
information changes.
Co-authored-by: Arthur Williams <taaparthur@gmail.com>
Partially fixes: https://github.com/nsxiv/nsxiv/issues/258
Diffstat (limited to 'examples/win-title')
-rwxr-xr-x | examples/win-title | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/win-title b/examples/win-title index ac7b982..31994ef 100755 --- a/examples/win-title +++ b/examples/win-title @@ -1,7 +1,7 @@ #!/bin/sh # Example for $XDG_CONFIG_HOME/nsxiv/exec/win-title -# Called by nsxiv(1) on each redraw. +# Called by nsxiv(1) whenever any of the relevant information changes. # The output is set as nsxiv's window title. # # Arguments, "Optional" arguments might be empty: |