From a6345cf811277f17abe5811a294a536fdf21f4c8 Mon Sep 17 00:00:00 2001 From: Phantop Date: Wed, 19 Feb 2020 17:59:08 -0500 Subject: [PATCH] Budgie: remove title bars --- .config/gtk-3.0/gtk.css | 30 ++++++++++++++++++++++++++++++ .config/qutebrowser/autoconfig.yml | 2 ++ 2 files changed, 32 insertions(+) create mode 100644 .config/gtk-3.0/gtk.css diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css new file mode 100644 index 0000000..641de0d --- /dev/null +++ b/.config/gtk-3.0/gtk.css @@ -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; +} diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index 0749e5a..1787865 100755 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -196,6 +196,8 @@ settings: global: true content.webrtc_ip_handling_policy: global: default-public-interface-only + content.windowed_fullscreen: + global: true content.xss_auditing: global: false editor.command: