diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-06-13 22:47:12 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-06-13 22:47:12 +0800 |
commit | b35be1d080b8abcbe989dc2687d61b4b2d450099 (patch) | |
tree | c02498d16034a3aa72016679aa706c1ae7338253 /.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | |
parent | 78f7be4e4b6501b15b5fefc9f7824bbadf0daf2a (diff) | |
download | dotfiles-b35be1d080b8abcbe989dc2687d61b4b2d450099.tar.bz2 |
Added various ~/.config/ dotfiles.
Updated .gitignore
Modified .gtkrc.mine
Added various ~/.config/ dotfiles:
* autostart
* fcitx
* fontconfig
* geany
* gtk-3.0
* htop
* mc
* parcellite
* vlc
* xfce4
* user-dirs.dirs, user-dirs.locale
Diffstat (limited to '.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml')
-rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml new file mode 100644 index 0000000..8816c38 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xsettings" version="1.0"> + <property name="Net" type="empty"> + <property name="ThemeName" type="string" value="Adwaita"/> + <property name="IconThemeName" type="string" value="gnome"/> + <property name="DoubleClickTime" type="empty"/> + <property name="DoubleClickDistance" type="empty"/> + <property name="DndDragThreshold" type="empty"/> + <property name="CursorBlink" type="empty"/> + <property name="CursorBlinkTime" type="empty"/> + <property name="SoundThemeName" type="empty"/> + <property name="EnableEventSounds" type="empty"/> + <property name="EnableInputFeedbackSounds" type="empty"/> + </property> + <property name="Xft" type="empty"> + <property name="DPI" type="empty"/> + <property name="Antialias" type="int" value="1"/> + <property name="Hinting" type="empty"/> + <property name="HintStyle" type="string" value="hintmedium"/> + <property name="RGBA" type="string" value="rgb"/> + </property> + <property name="Gtk" type="empty"> + <property name="CanChangeAccels" type="empty"/> + <property name="ColorPalette" type="empty"/> + <property name="FontName" type="empty"/> + <property name="IconSizes" type="empty"/> + <property name="KeyThemeName" type="empty"/> + <property name="ToolbarStyle" type="empty"/> + <property name="ToolbarIconSize" type="empty"/> + <property name="MenuImages" type="empty"/> + <property name="ButtonImages" type="empty"/> + <property name="MenuBarAccel" type="empty"/> + <property name="CursorThemeName" type="string" value="Vanilla-DMZ"/> + <property name="CursorThemeSize" type="int" value="32"/> + </property> +</channel> |