diff --git a/xfce/skel/.config/chromium-flags.conf b/xfce/skel/.config/chromium-flags.conf new file mode 100644 index 0000000..38468ea --- /dev/null +++ b/xfce/skel/.config/chromium-flags.conf @@ -0,0 +1 @@ +--user-data-dir=/home/antergos/.config/chromium/Default --homepage=http://antergos.com diff --git a/xfce/skel/.config/fontconfig/fonts.conf b/xfce/skel/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..69ba7bf --- /dev/null +++ b/xfce/skel/.config/fontconfig/fonts.conf @@ -0,0 +1,34 @@ + + + + + + true + + + + + true + + + + + hintmedium + + + + + rgb + + + + + true + + + + + lcddefault + + + diff --git a/xfce/skel/.config/gtk-3.0/settings.ini b/xfce/skel/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..a4041d9 --- /dev/null +++ b/xfce/skel/.config/gtk-3.0/settings.ini @@ -0,0 +1,22 @@ +[Settings] +gtk-application-prefer-dark-theme=false +gtk-theme-name=Numix-Frost-Light +gtk-fallback-icon-theme=Numix +gtk-icon-theme-name=Numix-Square +gtk-font-name=Lato 11 +gtk-auto-mnemonics=1 +gtk-visible-focus=automatic +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintmedium +gtk-xft-rgba=rgb +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=24 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=0 +gtk-menu-images=0 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-modules=gail:atk-bridge + diff --git a/xfce/skel/.config/yad.conf b/xfce/skel/.config/yad.conf new file mode 100644 index 0000000..06e8e44 --- /dev/null +++ b/xfce/skel/.config/yad.conf @@ -0,0 +1,25 @@ +[General] +#Default dialog width +width=-1 +#Default dialog height +height=-1 +#Default timeout (0 for no timeout) +timeout=0 +#Position of timeout indicator (top, bottom, left, right, none) +timeout_indicator=0 +#Show remain seconds in timeout indicator +show_remain=false +#Enable rules hints in list widget +rules_hint=true +#List widget always have a selection +always_selected=false +#Combo-box in entry dialog is always editable +combo_always_editable=false +#Show GtkColorSelection palette +show_gtk_palette=false +#Expand list of predefined colors in color dialog +expand_palette=false +#Default terminal command (use %s for command template) +terminal=xterm -e %s +#Ingnore unknown command-line options +ignore_unknown_options=true