答案1
答案2
您需要为每次启动 brave 的方式添加缩放因子。找到此文件:
/usr/share/applications/google-chrome.desktop
在其中搜索
Exec=/usr/bin/google-chrome-stable %U
将其更改为
Exec=/usr/bin/google-chrome-stable --force-device-scale-factor=n %U
其中 n 是缩放因子
提示:
查找文件的最佳方式是:
sudo apt install locate
然后
sudo updatedb
最后
locate filename