logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git
commit: 4a1d0df2e2ca4657e793b55f2928dd247e82dd55
parent 55c375680fa17c340772afc6c22e38d776873950
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  3 Jan 2021 03:27:24 +0100

.config/gtk-3.0/settings.ini: X11-GdkSettings horror

Diffstat:

M.config/gtk-3.0/settings.ini12++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini @@ -2,19 +2,23 @@ [Settings] gtk-application-prefer-dark-theme = true gtk-can-change-accels = 1 +gtk-entry-password-hint-timeout = 0 +gtk-error-bell = false +gtk-print-backends = file +gtk-print-preview-command = "xdg-open %f" +# Below are X11-bound settings (yes :() +# they are defined in gdk/x11/gdksettings.c # gtk-cursor https://gitlab.gnome.org/GNOME/gtk/issues/1371 gtk-cursor-theme-size = 16 gtk-decoration-layout = menu,:close +# This one is specially hardcoded in wayland gtk-dialogs-use-header = false gtk-enable-animations = false gtk-enable-event-sounds = false gtk-enable-input-feedback-sounds = false gtk-enable-primary-paste = true -gtk-entry-password-hint-timeout = 0 -gtk-error-bell = false gtk-font-name = sans-serif 10 +# `export GTK_OVERLAY_SCROLLING=0` for wayland and maybe others gtk-overlay-scrolling = false -gtk-print-backends = file -gtk-print-preview-command = "xdg-open %f" gtk-recent-files-enabled = false gtk-shell-shows-desktop = false