diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-11 16:10:10 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-11 16:10:10 +0000 |
commit | a35e6bd931549190274ff0d0fca3d6aa02b8676f (patch) | |
tree | 1a45000f9774d5ae56d863ac1bd5bb6a940cc7fa /common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | |
parent | 2b904ecdde71c8ba0e34922056b7c96db2cb3cef (diff) | |
download | config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar.gz config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar.bz2 config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.tar.xz config-a35e6bd931549190274ff0d0fca3d6aa02b8676f.zip |
- update xfconf settings
- set DPI to 96
- set keyboard shortcuts
- set default options for xfce4-notifyd, xfce4-power-manager and keyboard-layout"
Diffstat (limited to 'common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml new file mode 100644 index 0000000..02f2eb9 --- /dev/null +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xsettings" version="1.0"> + <property name="Net" type="empty"> + <property name="DoubleClickTime" type="int" value="248"/> + <property name="DoubleClickDistance" type="int" value="5"/> + <property name="DndDragThreshold" type="int" value="8"/> + <property name="CursorBlink" type="bool" value="true"/> + <property name="CursorBlinkTime" type="empty"/> + <property name="ThemeName" type="string" value="Ia Ora Smooth"/> + <property name="IconThemeName" type="string" value="Tango"/> + <property name="SoundThemeName" type="empty"/> + <property name="EnableEventSounds" type="bool" value="true"/> + <property name="EnableInputFeedbackSounds" type="bool" value="true"/> + </property> + <property name="Xft" type="empty"> + <property name="Antialias" type="int" value="1"/> + <property name="Hinting" type="empty"/> + <property name="HintStyle" type="string" value="hintslight"/> + <property name="RGBA" type="string" value="none"/> + <property name="DPI" type="int" value="96"/> + </property> + <property name="Gtk" type="empty"> + <property name="CanChangeAccels" type="bool" value="false"/> + <property name="ColorPalette" type="empty"/> + <property name="FontName" type="empty"/> + <property name="IconSizes" type="empty"/> + <property name="KeyThemeName" type="empty"/> + <property name="ToolbarStyle" type="string" value="both"/> + <property name="ToolbarIconSize" type="empty"/> + <property name="IMPreeditStyle" type="empty"/> + <property name="IMStatusStyle" type="empty"/> + <property name="MenuImages" type="bool" value="true"/> + <property name="ButtonImages" type="bool" value="true"/> + <property name="MenuBarAccel" type="empty"/> + <property name="CursorThemeName" type="string" value="wonderland"/> + <property name="CursorThemeSize" type="int" value="16"/> + </property> + <property name="Initialized" type="empty"/> + <property name="NetCursorBlinkTime" type="int" value="1000"/> +</channel> |