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/xfce4-session.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/xfce4-session.xml')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml | 37 |
1 files changed, 14 insertions, 23 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml index 14bf931..44ffdbc 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -2,37 +2,28 @@ <channel name="xfce4-session" version="1.0"> <property name="general" type="empty"> - <property name="FailsafeSessionName" type="string" value="Failsafe"/> + <property name="FailsafeSessionName" type="empty"/> <property name="AutoSave" type="bool" value="true"/> <property name="PromptOnLogout" type="bool" value="true"/> - <property name="SessionName" type="string" value="Default"/> - <property name="SaveOnExit" type="bool" value="true"/> + <property name="SessionName" type="empty"/> + <property name="SaveOnExit" type="empty"/> </property> <property name="sessions" type="empty"> <property name="Failsafe" type="empty"> - <property name="IsFailsafe" type="bool" value="true"/> - <property name="Count" type="int" value="4"/> - <property name="Client0_Command" type="array"> - <value type="string" value="xfwm4"/> - </property> - <property name="Client0_PerScreen" type="bool" value="false"/> - <property name="Client1_Command" type="array"> - <value type="string" value="xfce4-panel"/> - </property> - <property name="Client1_PerScreen" type="bool" value="false"/> - <property name="Client2_Command" type="array"> - <value type="string" value="Thunar"/> - <value type="string" value="--daemon"/> - </property> - <property name="Client2_PerScreen" type="bool" value="false"/> - <property name="Client3_Command" type="array"> - <value type="string" value="xfdesktop"/> - </property> - <property name="Client3_PerScreen" type="bool" value="false"/> + <property name="IsFailsafe" type="empty"/> + <property name="Count" type="empty"/> + <property name="Client0_Command" type="empty"/> + <property name="Client0_PerScreen" type="empty"/> + <property name="Client1_Command" type="empty"/> + <property name="Client1_PerScreen" type="empty"/> + <property name="Client2_Command" type="empty"/> + <property name="Client2_PerScreen" type="empty"/> + <property name="Client3_Command" type="empty"/> + <property name="Client3_PerScreen" type="empty"/> </property> </property> <property name="splash" type="empty"> - <property name="Engine" type="string" value=""/> + <property name="Engine" type="empty"/> </property> <property name="compat" type="empty"> <property name="LaunchGNOME" type="bool" value="true"/> |