commit cda05e43e6af0ee914f253d67dbcd55e89f1068f parent 9e7b8d5d585ea62d0a50a979693e0579c02d90d5 Author: Jake Bauer <jbauer@paritybit.ca> Date: Sun, 24 Jan 2021 01:01:01 -0500 Remove gtk configs Diffstat:
D | .config/gtk-2.0/gtkfilechooser.ini | | | 11 | ----------- |
D | .config/gtk-2.0/gtkrc | | | 18 | ------------------ |
D | .config/gtk-3.0/settings.ini | | | 15 | --------------- |
3 files changed, 0 insertions(+), 44 deletions(-)
diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini @@ -1,11 +0,0 @@ -[Filechooser Settings] -LocationMode=path-bar -ShowHidden=false -ShowSizeColumn=true -GeometryX=0 -GeometryY=0 -GeometryWidth=780 -GeometryHeight=585 -SortColumn=name -SortOrder=ascending -StartupMode=recent diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc @@ -1,18 +0,0 @@ -# DO NOT EDIT! This file will be overwritten by LXAppearance. -# Any customization should be done in ~/.gtkrc-2.0.mine instead. - -include "/home/jbauer/.gtkrc-2.0.mine" -gtk-theme-name="Arc-Dark" -gtk-icon-theme-name="Papirus-Dark" -gtk-font-name="DejaVu Sans 12" -gtk-cursor-theme-name="Breeze" -gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_BOTH -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=1 -gtk-menu-images=1 -gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=1 -gtk-xft-antialias=1 -gtk-xft-hinting=1 -gtk-xft-hintstyle="hintfull" diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini @@ -1,15 +0,0 @@ -[Settings] -gtk-theme-name=Arc-Dark -gtk-icon-theme-name=Papirus-Dark -gtk-font-name=DejaVu Sans 12 -gtk-cursor-theme-name=Breeze -gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_BOTH -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=1 -gtk-menu-images=1 -gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=1 -gtk-xft-antialias=1 -gtk-xft-hinting=1 -gtk-xft-hintstyle=hintfull