安装系统编辑器
apt install dconf-editor
运行
dconf-editor
打开
org/gnome/desktop/wm/keybindings
<alt> Tab 是放在了 switch-application 里面的. 要把它拿出来, 放到 switch-windows 中.
switch application 就是 把相同的窗口合并.
保存. 立马生效.
修改后的文件:

1.找到Chrome的路径
whereis google-chrome
google-chrome: /usr/bin/google-chrome /usr/share/man/man1/google-chrome.1.gz
2.编辑文件
gedit /usr/bin/google-chrome
将 exec -a “0""0" "0""HERE/chrome” “$@” 改为
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox
本文介绍如何使用dconf-editor调整Ubuntu系统的快捷键设置,具体操作为将<alt>Tab快捷键从switch-application切换到switch-windows,以及如何修改Chrome启动参数以提升性能,包括去掉沙盒和用户数据目录的指定。
347





