gtk4: add CSS file

Unfortunately, no way to override keybindings... :-/

See https://old.reddit.com/r/emacs/comments/c22ff1/gtk_4_support_for_key_themes_does_not_affect/
This commit is contained in:
Vincent Bernat 2024-08-24 23:53:12 +02:00
parent ef9d36a253
commit 57dab5f179
2 changed files with 4 additions and 0 deletions

3
dotfiles/gtk4.css Normal file
View file

@ -0,0 +1,3 @@
tooltip, menu, window, frame, popover > contents {
border-radius: 0;
}

View file

@ -45,6 +45,7 @@ Xresources .Xresources
XCompose .XCompose XCompose .XCompose
gtkrc-2.0 .gtkrc-2.0 gtkrc-2.0 .gtkrc-2.0
gtk3.css .config/gtk-3.0/gtk.css gtk3.css .config/gtk-3.0/gtk.css
gtk3.css .config/gtk-4.0/gtk.css
qt5ct.conf .config/qt5ct/qt5ct.conf qt5ct.conf .config/qt5ct/qt5ct.conf
qt5ct.conf .config/qt6ct/qt6ct.conf qt5ct.conf .config/qt6ct/qt6ct.conf
systemd .config/systemd/user systemd .config/systemd/user