dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 63472d452f9530822414bc3db9963d53f86e38dd
parent a1b68b16f3f9b39c8c9e1995fd0c685b8b781e60
Author: Jake Koroman <jakekoroman@proton.me>
Date:   Wed, 18 Sep 2024 16:52:02 -0400

added gtk

Diffstat:
A.config/gtk-3.0/gtk.css | 12++++++++++++
A.config/gtk-3.0/settings.ini | 2++
2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css @@ -0,0 +1,12 @@ +/* No (default) title bar on wayland */ +headerbar.default-decoration { + /* You may need to tweak these values depending on your GTK theme */ + margin-bottom: 50px; + margin-top: -100px; +} + +/* rm -rf window shadows */ +window.csd, /* gtk4? */ +window.csd decoration { /* gtk3 */ + box-shadow: none; +} diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini @@ -0,0 +1,2 @@ +[Settings] +gtk-dialogs-use-header=false