Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to disable asking to kill processes #1613

Open
1 task done
Oneechan69 opened this issue Oct 18, 2024 · 1 comment
Open
1 task done

Add an option to disable asking to kill processes #1613

Oneechan69 opened this issue Oct 18, 2024 · 1 comment
Labels
feature Requests for a new feature.

Comments

@Oneechan69
Copy link

Checklist

Describe the feature request

Even with disable_advanced_kill = false, I still get asked for a confirmation when I press dd to kill a task.

@Oneechan69 Oneechan69 added the feature Requests for a new feature. label Oct 18, 2024
@ClementTsang
Copy link
Owner

ClementTsang commented Oct 18, 2024

Even with disable_advanced_kill = false, I still get asked for a confirmation when I press dd to kill a task.

That's intentional, because I don't want people to accidentally hover over the wrong thing and kill it accidentally with zero prompts. disable_advanced_kill just removes the selection of signals before stopping a task.

I'm not sure if I'll do this tbh because that sounds pretty dangerous to not have some confirmation before killing a task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Requests for a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants