每个软件最大化时顶部多出来的一小部分怎么去除
Tofloor
poster avatar
tang20201209
deepin
2020-12-10 04:33
Author









如上图,总是多出来一小部分,每个软件都是这样,又没多大用有没有办法可以去除掉


像下面这种系统应用软件就比较好,顶部没有多余的空白处


Reply Favorite View the author
All Replies
忘记、过去
deepin
2020-12-10 05:11
#1

vscode和谷歌浏览器可以不使用系统标题栏,其他的不行。

Reply View the author
taffy
deepin
2020-12-10 05:17
#2

要么放弃deepin,要么忍着

Reply View the author
deltacatxx
deepin
2020-12-10 07:14
#3

一行命令美化标题栏大额头,可设置任意高度和任意颜色

试试这个,不过可能变得不符合你的审美

Reply View the author
Ziggy
deepin
2020-12-10 07:43
#4

Chromium系的设置里有不使用系统标题栏

Reply View the author
非专业摸鱼选手
deepin
2020-12-10 16:28
#5

有的程序可以设置取消,系统自带的不可以取消!

Reply View the author
tang20201209
deepin
2020-12-13 04:00
#6

找到解决办法了,这是在百度上找的,希望能够帮到,


deepin 标准栏丑解决办法
先创建一个目录,如果有就不用了:

# 如果你是用的默认的白色主题
mkdir -p ~/.local/share/deepin/themes/deepin/light
# 如果你用的黑色主题
mkdir -p ~/.local/share/deepin/themes/deepin/dark

进入改目录后创建配置文件:

cd ~/.local/share/deepin/themes/deepin/dark
deepin-editor titlebar.ini


加入下面内容并保存:

[Active]
height=24

[Inactive]
height=24

这个24是我自定义的像素,你想给多少给多少。
最后,注销或者重启系统即可生效

Reply View the author
sdyinxin
deepin
2021-03-09 23:41
#7

这丑的大白条什么时候去除,显得程序都小了,忍不了他,最后放弃了deepin

Reply View the author