qianchen
deepin
2021-10-15 02:44 Deepin标题栏太高的解决办法(自定义高度)https://blog.csdn.net/ysy950803/article/details/102492124
# 如果你是用的默认的白色主题
mkdir -p ~/.local/share/deepin/themes/deepin/light
# 如果你用的黑色主题
mkdir -p ~/.local/share/deepin/themes/deepin/dark
#进入改目录后创建配置文件
cd ~/.local/share/deepin/themes/deepin/dark
vim titlebar.ini
#加入下面内容并保存:
[Active]
height=25
[Inactive]
height=25
Reply Like 0 View the author


中文 