Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
[xfce] Add common files for /etc/skel
Browse files Browse the repository at this point in the history
  • Loading branch information
karasu committed Oct 19, 2017
1 parent 74b58a3 commit 438e879
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
1 change: 1 addition & 0 deletions xfce/skel/.config/chromium-flags.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--user-data-dir=/home/antergos/.config/chromium/Default --homepage=http://antergos.com
34 changes: 34 additions & 0 deletions xfce/skel/.config/fontconfig/fonts.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle" >
<const>hintmedium</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="rgba" >
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
</fontconfig>
22 changes: 22 additions & 0 deletions xfce/skel/.config/gtk-3.0/settings.ini
Original file line number Diff line number Diff line change
@@ -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

25 changes: 25 additions & 0 deletions xfce/skel/.config/yad.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 438e879

Please sign in to comment.