mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
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:
parent
ef9d36a253
commit
57dab5f179
2 changed files with 4 additions and 0 deletions
3
dotfiles/gtk4.css
Normal file
3
dotfiles/gtk4.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
tooltip, menu, window, frame, popover > contents {
|
||||
border-radius: 0;
|
||||
}
|
|
@ -45,6 +45,7 @@ Xresources .Xresources
|
|||
XCompose .XCompose
|
||||
gtkrc-2.0 .gtkrc-2.0
|
||||
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/qt6ct/qt6ct.conf
|
||||
systemd .config/systemd/user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue