如何让深度终端执行完命令后自动退出
Tofloor
poster avatar
176******11
deepin
2017-10-01 00:44
Author
我记得之前看过是可以通过配置文件配置的,但并没有找到相关的帖子
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-10-01 01:18
#1
不是自带有的吗
  1. cat .config/deepin/deepin-terminal/config.conf
Copy the Code

[advanced]
cursor_shape=block
cursor_blink_mode=true
cursor_auto_hide=false
scroll_on_key=true
scroll_on_output=false
scroll_line=-1
use_on_starting=window
window_width=1053
window_height=721
quake_window_height=0.29947916666666669
remote_commands=zssh
hide_quakewindow_after_lost_focus=false
show_quakewindow_tab=true
follow_active_window=true
hide_quakewindow_when_active=true
print_notify_after_script_finish=false


https://www.deepin.org/2017/09/0 ... v2-6-0-is-released/

Reply View the author
avatar
wangyong
deepin
2017-10-01 01:19
#2
~/.config/deepin/deepin-terminal/config.conf 配置中 print_notify_after_script_finish 改成 false

print_notify_after_script_finish=false
Reply View the author