mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-25 08:13:11 +00:00
Budgie: remove title bars
This commit is contained in:
parent
ad3c12e83a
commit
a6345cf811
30
.config/gtk-3.0/gtk.css
Normal file
30
.config/gtk-3.0/gtk.css
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
window.ssd separator:first-child + headerbar:backdrop,
|
||||||
|
window.ssd separator:first-child + headerbar,
|
||||||
|
window.ssd headerbar:first-child:backdrop,
|
||||||
|
window.ssd headerbar:first-child,
|
||||||
|
window.ssd headerbar:last-child:backdrop,
|
||||||
|
window.ssd headerbar:last-child,
|
||||||
|
window.ssd stack headerbar:first-child:backdrop,
|
||||||
|
window.ssd stack headerbar:first-child,
|
||||||
|
window.ssd stack headerbar:last-child:backdrop,
|
||||||
|
window.ssd stack headerbar:last-child,
|
||||||
|
window.ssd decoration,
|
||||||
|
window.ssd headerbar.titlebar {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
window.ssd headerbar * {
|
||||||
|
margin-top: -100px;
|
||||||
|
color: #222D32; /* May need to tweak, this matches Adwaita Dark */
|
||||||
|
}
|
||||||
|
|
||||||
|
window.ssd headerbar.titlebar,
|
||||||
|
window.ssd headerbar.titlebar button.titlebutton {
|
||||||
|
border: none;
|
||||||
|
font-size: 0;
|
||||||
|
height: 0;
|
||||||
|
margin: 0;
|
||||||
|
max-height: 0;
|
||||||
|
min-height: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
|
@ -196,6 +196,8 @@ settings:
|
||||||
global: true
|
global: true
|
||||||
content.webrtc_ip_handling_policy:
|
content.webrtc_ip_handling_policy:
|
||||||
global: default-public-interface-only
|
global: default-public-interface-only
|
||||||
|
content.windowed_fullscreen:
|
||||||
|
global: true
|
||||||
content.xss_auditing:
|
content.xss_auditing:
|
||||||
global: false
|
global: false
|
||||||
editor.command:
|
editor.command:
|
||||||
|
|
Loading…
Reference in a new issue