Close lf window on inactivity (TMOUT-like feature) #2009
andis-sprinkis
started this conversation in
Ideas
Replies: 2 comments
-
I wonder if it's possible to implement this kind of thing externally. There is an |
Beta Was this translation helpful? Give feedback.
0 replies
-
Something naive & mostly untested (EDIT: background process spam, need to figure something about killing previous timers, maybe keeping just 1 background process per id and sending a signal to reset the timer):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This may be a bit odd feature idea.
I like that some applications, open documents, browser tabs etc. that I have open but don't actually view or interact with anymore auto close after a while. Less workspace distractions and clutter. Out of sight, out of mind.
Different approaches in different programs
In the ZSH .zshrc I have set it like
That makes my unused tmux panes close automatically.
Lf being a file manager seems to be in the same category of programs the user opens, uses for a bit to open some files and then kind of forgets about. It may be preferable to have an option that it closes itself on it's own. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions