当你想要关闭一个终端时,弹出“确认关闭?”多少有些烦。
比如当前为root下,要么一路exit,要么就点击确认:
解决方法:
- 安装一个配置编辑器来帮我们方便地编辑配置项
sudo apt install dconf-editor
- 找到
org/gnome/terminal/legacy
,把“confirm-close”选项关闭,然后重新加载即可。
参考链接:How to disable popup “Close this terminal?” when closing terminal?