This repository has been archived by the owner on May 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[xfce] Add common files for /etc/skel
- Loading branch information
Showing
4 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |