diff options
author | Jani Välimaa <wally@mageia.org> | 2012-07-18 18:25:02 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-07-18 18:25:02 +0000 |
commit | 3be76e3cf3f9fc26fbe0857011044c9446d2a428 (patch) | |
tree | 0594525f6603a6fd3cacc49ab1970a256e5c6315 /data/xfce4/xfconf/xfce-perchannel-xml | |
parent | ad1ec57cd2c1729736ea9f25a8d6d03e6ea8e149 (diff) | |
download | config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.gz config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.bz2 config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.xz config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.zip |
- rename common dir to data and adapt Makefile to the change
Diffstat (limited to 'data/xfce4/xfconf/xfce-perchannel-xml')
16 files changed, 567 insertions, 0 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml b/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml new file mode 100644 index 0000000..d07f265 --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="accessibility" version="1.0"> + <property name="StickyKeys" type="bool" value="false"> + <property name="LatchToLock" type="bool" value="false"/> + <property name="TwoKeysDisable" type="bool" value="false"/> + </property> + <property name="SlowKeys" type="bool" value="false"> + <property name="Delay" type="int" value="500"/> + </property> + <property name="BounceKeys" type="bool" value="false"> + <property name="Delay" type="int" value="500"/> + </property> + <property name="MouseKeys" type="bool" value="false"/> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/data/xfce4/xfconf/xfce-perchannel-xml/displays.xml new file mode 100644 index 0000000..18de9b1 --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/displays.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="displays" version="1.0"> + <property name="Default" type="empty"> + <property name="Layout" type="string" value="Screens"/> + <property name="NumScreens" type="int" value="1"/> + <property name="Screen_0" type="empty"> + <property name="Resolution" type="string" value="1600x1200"/> + <property name="RefreshRate" type="int" value="85"/> + <property name="Rotation" type="int" value="0"/> + </property> + </property> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml b/data/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml new file mode 100644 index 0000000..2f4ae3d --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="keyboard-layout" version="1.0"> + <property name="Default" type="empty"> + <property name="XkbDisable" type="bool" value="true"/> + <property name="XkbModel" type="string" value="evdev"/> + </property> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/data/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml new file mode 100644 index 0000000..80e951a --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="keyboards" version="1.0"> + <property name="Default" type="empty"> + <property name="KeyRepeat" type="bool" value="true"> + <property name="Rate" type="int" value="20"/> + <property name="Delay" type="int" value="600"/> + </property> + </property> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/pointers.xml b/data/xfce4/xfconf/xfce-perchannel-xml/pointers.xml new file mode 100644 index 0000000..15709a1 --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/pointers.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="pointers" version="1.0"> + <property name="Mouse1" type="empty"> + <property name="Threshold" type="int" value="-1"/> + <property name="Acceleration" type="double" value="-1.000000"/> + </property> + <property name="Mouse2" type="empty"> + <property name="RightHanded" type="bool" value="true"/> + <property name="Threshold" type="int" value="4"/> + <property name="Acceleration" type="double" value="2.000000"/> + <property name="ReverseScrolling" type="bool" value="false"/> + </property> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml new file mode 100644 index 0000000..218c03c --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-appfinder" version="1.0"> + <property name="category" type="string" value=""/> + <property name="window-width" type="int" value="640"/> + <property name="window-height" type="int" value="480"/> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml new file mode 100644 index 0000000..c467456 --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-desktop" version="1.0"> + <property name="backdrop" type="empty"> + <property name="screen0" type="empty"> + <property name="monitor0" type="empty"> + <property name="image-path" type="string" value="/usr/share/mga/backgrounds/default.jpg"/> + <property name="last-image" type="string" value="/usr/share/mga/backgrounds/default.jpg"/> + <property name="last-single-image" type="string" value="/usr/share/mga/backgrounds/default.jpg"/> + <property name="image-show" type="empty"/> + <property name="brightness" type="int" value="0"/> + <property name="saturation" type="double" value="1.000000"/> + <property name="color-style" type="int" value="0"/> + <property name="image-style" type="int" value="0"/> + </property> + </property> + </property> + <property name="desktop-icons" type="empty"> + <property name="style" type="int" value="2"/> + <property name="use-custom-font-size" type="bool" value="false"/> + <property name="font-size" type="double" value="12.000000"/> + <property name="file-icons" type="empty"> + <property name="show-removable" type="bool" value="true"/> + <property name="show-trash" type="bool" value="true"/> + <property name="show-filesystem" type="bool" value="true"/> + <property name="show-home" type="bool" value="true"/> + </property> + <property name="icon-size" type="uint" value="36"/> + </property> + <property name="windowlist-menu" type="empty"> + <property name="show-submenus" type="bool" value="false"/> + <property name="show-sticky-once" type="bool" value="false"/> + <property name="show-workspace-names" type="bool" value="true"/> + <property name="show-icons" type="bool" value="true"/> + <property name="show" type="bool" value="true"/> + </property> + <property name="desktop-menu" type="empty"> + <property name="show-icons" type="bool" value="true"/> + <property name="show" type="bool" value="true"/> + </property> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml new file mode 100644 index 0000000..b207de7 --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -0,0 +1,135 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-keyboard-shortcuts" version="1.0"> + <property name="commands" type="empty"> + <property name="default" type="empty"> + <property name="<Alt>F2" type="empty"/> + <property name="<Control><Alt>Delete" type="empty"/> + </property> + <property name="custom" type="empty"> + <property name="override" type="bool" value="true"/> + <property name="<Control>Escape" type="string" value="/usr/bin/xfce4-taskmanager"/> + <property name="<Control><Alt>Delete" type="string" value="xflock4"/> + <property name="<Alt>F2" type="string" value="xfrun4"/> + <property name="Print" type="string" value="/usr/bin/xfce4-screenshooter -f"/> + <property name="XF86AudioRaiseVolume" type="string" value="amixer set Master 10%+"/> + <property name="XF86AudioLowerVolume" type="string" value="amixer set Master 10%-"/> + <property name="XF86AudioMute" type="string" value="amixer set Master toggle"/> + <property name="XF86HomePage" type="string" value="exo-open --launch WebBrowser"/> + <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/> + </property> + </property> + <property name="xfwm4" type="empty"> + <property name="default" type="empty"> + <property name="<Alt>F12" type="empty"/> + <property name="<Alt>Insert" type="empty"/> + <property name="Escape" type="empty"/> + <property name="Left" type="empty"/> + <property name="Right" type="empty"/> + <property name="Up" type="empty"/> + <property name="Down" type="empty"/> + <property name="<Alt>F4" type="empty"/> + <property name="<Alt>Tab" type="empty"/> + <property name="<Alt><Shift>Tab" type="empty"/> + <property name="<Alt>Delete" type="empty"/> + <property name="<Control><Alt>Down" type="empty"/> + <property name="<Alt>F11" type="empty"/> + <property name="<Alt>F9" type="empty"/> + <property name="<Control><Alt>Left" type="empty"/> + <property name="<Shift><Alt>Page_Down" type="empty"/> + <property name="<Alt>F10" type="empty"/> + <property name="<Alt>F7" type="empty"/> + <property name="<Control><Shift><Alt>Left" type="empty"/> + <property name="<Alt><Control>End" type="empty"/> + <property name="<Alt><Control>Home" type="empty"/> + <property name="<Control><Shift><Alt>Right" type="empty"/> + <property name="<Control><Shift><Alt>Up" type="empty"/> + <property name="<Alt><Control>KP_1" type="empty"/> + <property name="<Alt><Control>KP_2" type="empty"/> + <property name="<Alt><Control>KP_3" type="empty"/> + <property name="<Alt><Control>KP_4" type="empty"/> + <property name="<Alt><Control>KP_5" type="empty"/> + <property name="<Alt><Control>KP_6" type="empty"/> + <property name="<Alt><Control>KP_7" type="empty"/> + <property name="<Alt><Control>KP_8" type="empty"/> + <property name="<Alt><Control>KP_9" type="empty"/> + <property name="<Alt>space" type="empty"/> + <property name="<Shift><Alt>Page_Up" type="empty"/> + <property name="<Alt>F8" type="empty"/> + <property name="<Control><Alt>Right" type="empty"/> + <property name="<Control><Alt>d" type="empty"/> + <property name="<Alt>F6" type="empty"/> + <property name="<Control><Alt>Up" type="empty"/> + <property name="<Control>F1" type="empty"/> + <property name="<Control>F2" type="empty"/> + <property name="<Control>F3" type="empty"/> + <property name="<Control>F4" type="empty"/> + <property name="<Control>F5" type="empty"/> + <property name="<Control>F6" type="empty"/> + <property name="<Control>F7" type="empty"/> + <property name="<Control>F8" type="empty"/> + <property name="<Control>F9" type="empty"/> + <property name="<Control>F10" type="empty"/> + <property name="<Control>F11" type="empty"/> + <property name="<Control>F12" type="empty"/> + </property> + <property name="custom" type="empty"> + <property name="override" type="bool" value="true"/> + <property name="<Control>F8" type="string" value="workspace_8_key"/> + <property name="<Control>F10" type="string" value="workspace_10_key"/> + <property name="<Control>F11" type="string" value="workspace_11_key"/> + <property name="<Control>F12" type="string" value="workspace_12_key"/> + <property name="<Control>F9" type="string" value="workspace_9_key"/> + <property name="<Alt>F10" type="string" value="maximize_window_key"/> + <property name="<Alt>F11" type="string" value="fullscreen_key"/> + <property name="<Alt>F12" type="string" value="above_key"/> + <property name="<Control><Alt>Up" type="string" value="up_workspace_key"/> + <property name="Escape" type="string" value="cancel_key"/> + <property name="<Alt><Shift>Tab" type="string" value="cycle_reverse_windows_key"/> + <property name="<Alt>space" type="string" value="popup_menu_key"/> + <property name="<Alt>Delete" type="string" value="del_workspace_key"/> + <property name="<Alt>F4" type="string" value="close_window_key"/> + <property name="<Shift><Alt>Page_Down" type="string" value="lower_window_key"/> + <property name="<Alt>F7" type="string" value="move_window_key"/> + <property name="<Alt>F8" type="string" value="resize_window_key"/> + <property name="<Alt>F9" type="string" value="shade_window_key"/> + <property name="<Alt>F6" type="string" value="stick_window_key"/> + <property name="<Control><Shift><Alt>Up" type="string" value="move_window_up_key"/> + <property name="<Control>F5" type="string" value="workspace_5_key"/> + <property name="<Control><Alt>Left" type="string" value="left_workspace_key"/> + <property name="<Control><Alt>Down" type="string" value="down_workspace_key"/> + <property name="<Alt><Control>KP_1" type="string" value="move_window_workspace_1_key"/> + <property name="<Alt><Control>KP_2" type="string" value="move_window_workspace_2_key"/> + <property name="<Alt><Control>KP_3" type="string" value="move_window_workspace_3_key"/> + <property name="<Alt><Control>KP_4" type="string" value="move_window_workspace_4_key"/> + <property name="<Alt><Control>KP_5" type="string" value="move_window_workspace_5_key"/> + <property name="<Alt><Control>KP_6" type="string" value="move_window_workspace_6_key"/> + <property name="<Alt><Control>KP_7" type="string" value="move_window_workspace_7_key"/> + <property name="<Alt><Control>KP_8" type="string" value="move_window_workspace_8_key"/> + <property name="Left" type="string" value="left_key"/> + <property name="<Alt><Control>KP_9" type="string" value="move_window_workspace_9_key"/> + <property name="<Control><Shift><Alt>Left" type="string" value="move_window_left_key"/> + <property name="Down" type="string" value="down_key"/> + <property name="<Alt><Control>Home" type="string" value="move_window_prev_workspace_key"/> + <property name="<Alt><Control>End" type="string" value="move_window_next_workspace_key"/> + <property name="<Control><Alt>Right" type="string" value="right_workspace_key"/> + <property name="<Control><Shift><Alt>Right" type="string" value="move_window_right_key"/> + <property name="Right" type="string" value="right_key"/> + <property name="<Alt>Tab" type="string" value="cycle_windows_key"/> + <property name="<Control>F1" type="string" value="workspace_1_key"/> + <property name="<Shift><Alt>Page_Up" type="string" value="raise_window_key"/> + <property name="<Control>F2" type="string" value="workspace_2_key"/> + <property name="<Control>F3" type="string" value="workspace_3_key"/> + <property name="Up" type="string" value="up_key"/> + <property name="<Control><Alt>d" type="string" value="show_desktop_key"/> + <property name="<Control>F7" type="string" value="workspace_7_key"/> + <property name="<Alt>Insert" type="string" value="add_workspace_key"/> + <property name="<Control>F6" type="string" value="workspace_6_key"/> + <property name="<Control>F4" type="string" value="workspace_4_key"/> + </property> + </property> + <property name="providers" type="array"> + <value type="string" value="commands"/> + <value type="string" value="xfwm4"/> + </property> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml new file mode 100644 index 0000000..dedc795 --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-notifyd" version="1.0"> + <property name="notify-location" type="uint" value="3"/> + <property name="theme" type="string" value="Smoke"/> + <property name="fade-transparency" type="bool" value="true"/> + <property name="initial-opacity" type="double" value="0.900000"/> + <property name="expire-timeout" type="int" value="10"/> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..0b1a5d5 --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-panel" version="1.0"> + <property name="configver" type="int" value="2"/> + <property name="panels" type="array"> + <value type="int" value="1"/> + <value type="int" value="2"/> + <property name="panel-1" type="empty"> + <property name="position" type="string" value="p=6;x=0;y=0"/> + <property name="size" type="uint" value="36"/> + <property name="length" type="uint" value="100"/> + <property name="position-locked" type="bool" value="false"/> + <property name="plugin-ids" type="array"> + <value type="int" value="1"/> + <value type="int" value="2"/> + <value type="int" value="3"/> + <value type="int" value="4"/> + <value type="int" value="5"/> + <value type="int" value="6"/> + <value type="int" value="8"/> + <value type="int" value="9"/> + <value type="int" value="10"/> + <value type="int" value="11"/> + <value type="int" value="17"/> + <value type="int" value="18"/> + <value type="int" value="19"/> + <value type="int" value="20"/> + </property> + </property> + <property name="panel-2" type="empty"> + <property name="position" type="string" value="p=10;x=0;y=0"/> + <property name="length" type="uint" value="100"/> + <property name="position-locked" type="bool" value="false"/> + <property name="size" type="uint" value="26"/> + <property name="plugin-ids" type="array"> + <value type="int" value="21"/> + <value type="int" value="22"/> + <value type="int" value="23"/> + <value type="int" value="24"/> + <value type="int" value="25"/> + </property> + </property> + </property> + <property name="plugins" type="empty"> + <property name="plugin-1" type="string" value="applicationsmenu"> + <property name="button-title" type="string" value="Mageia"/> + <property name="button-icon" type="string" value="/usr/share/icons/mageia.png"/> + </property> + <property name="plugin-2" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="xfce4-appfinder.desktop"/> + </property> + </property> + <property name="plugin-3" type="string" value="separator"/> + <property name="plugin-4" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="terminal-emulator.desktop"/> + </property> + </property> + <property name="plugin-5" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="text-editor.desktop"/> + </property> + </property> + <property name="plugin-6" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="file-manager.desktop"/> + </property> + </property> + <property name="plugin-8" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="web-browser.desktop"/> + </property> + </property> + <property name="plugin-9" type="string" value="launcher"> + <property name="items" type="array"> + <value type="string" value="mcc.desktop"/> + </property> + </property> + <property name="plugin-10" type="string" value="separator"/> + <property name="plugin-11" type="string" value="separator"> + <property name="expand" type="bool" value="true"/> + <property name="style" type="uint" value="0"/> + </property> + <property name="plugin-17" type="string" value="xfce4-mixer-plugin"/> + <property name="plugin-18" type="string" value="systray"> + <property name="names-visible" type="array"> + <value type="string" value="xfce4-power-manager"/> + <value type="string" value="net_applet"/> + <value type="string" value="mgaapplet"/> + </property> + </property> + <property name="plugin-19" type="string" value="clock"/> + <property name="plugin-20" type="string" value="actions"> + <property name="appearance" type="uint" value="0"/> + <property name="items" type="array"> + <value type="int" value="-5"/> + <value type="int" value="-4"/> + <value type="int" value="1"/> + <value type="int" value="-7"/> + <value type="int" value="-6"/> + <value type="int" value="-1"/> + <value type="int" value="-9"/> + <value type="int" value="-8"/> + <value type="int" value="1"/> + <value type="int" value="-2"/> + <value type="int" value="3"/> + </property> + </property> + <property name="plugin-21" type="string" value="showdesktop"/> + <property name="plugin-22" type="string" value="pager"/> + <property name="plugin-23" type="string" value="tasklist"/> + <property name="plugin-24" type="string" value="separator"> + <property name="expand" type="bool" value="true"/> + <property name="style" type="uint" value="0"/> + </property> + <property name="plugin-25" type="string" value="windowmenu"/> + </property> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml new file mode 100644 index 0000000..75be69f --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-power-manager" version="1.0"> + <property name="xfce4-power-manager" type="empty"> + <property name="cpu-scaling-gov" type="empty"/> + <property name="show-tray-icon" type="uint" value="0"/> + <property name="dpms-enabled" type="bool" value="true"/> + <property name="on-ac-monitor-dpms-timeouts" type="empty"/> + <property name="sleep-switch-action" type="string" value="Suspend"/> + <property name="power-switch-action" type="string" value="Shutdown"/> + <property name="dpms-sleep-mode" type="string" value="sleep"/> + <property name="lock-screen-suspend-hibernate" type="bool" value="true"/> + <property name="on-ac-dpms-sleep" type="uint" value="10"/> + <property name="on-ac-dpms-off" type="uint" value="15"/> + <property name="general-notification" type="bool" value="true"/> + </property> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml new file mode 100644 index 0000000..47d8bee --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-session" version="1.0"> + <property name="general" type="empty"> + <property name="FailsafeSessionName" type="string" value="Failsafe"/> + <property name="AutoSave" type="bool" value="true"/> + <property name="PromptOnLogout" type="bool" value="true"/> + <property name="SessionName" type="empty"/> + <property name="SaveOnExit" type="bool" value="true"/> + </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> + </property> + <property name="splash" type="empty"> + <property name="Engine" type="string" value=""/> + </property> + <property name="compat" type="empty"> + <property name="LaunchGNOME" type="bool" value="true"/> + <property name="LaunchKDE" type="bool" value="false"/> + </property> + <property name="chooser" type="empty"> + <property name="AlwaysDisplay" type="bool" value="false"/> + </property> + <property name="security" type="empty"> + <property name="EnableTcp" type="bool" value="false"/> + </property> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml new file mode 100644 index 0000000..cf1e31f --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-settings-manager" version="1.0"> + <property name="window-width" type="int" value="800"/> + <property name="window-height" type="int" value="600"/> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml new file mode 100644 index 0000000..5d52348 --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfprint" version="1.0"> + <property name="printing-system" type="string" value="cups_plugin.so"/> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml new file mode 100644 index 0000000..523d561 --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfwm4" version="1.0"> + <property name="general" type="empty"> + <property name="activate_action" type="string" value="switch"/> + <property name="borderless_maximize" type="bool" value="true"/> + <property name="box_move" type="bool" value="false"/> + <property name="box_resize" type="bool" value="false"/> + <property name="button_layout" type="string" value="OT|SHMC"/> + <property name="button_offset" type="int" value="0"/> + <property name="button_spacing" type="int" value="0"/> + <property name="click_to_focus" type="bool" value="true"/> + <property name="focus_delay" type="int" value="250"/> + <property name="cycle_draw_frame" type="bool" value="true"/> + <property name="cycle_hidden" type="bool" value="true"/> + <property name="cycle_minimum" type="bool" value="true"/> + <property name="cycle_workspaces" type="bool" value="false"/> + <property name="dbl_click_time" type="int" value="400"/> + <property name="double_click_action" type="string" value="maximize"/> + <property name="easy_click" type="string" value="true"/> + <property name="focus_hint" type="bool" value="true"/> + <property name="focus_new" type="bool" value="true"/> + <property name="frame_opacity" type="int" value="100"/> + <property name="full_width_title" type="bool" value="true"/> + <property name="inactive_opacity" type="int" value="100"/> + <property name="keytheme" type="string" value="Default"/> + <property name="maximized_offset" type="int" value="0"/> + <property name="move_opacity" type="int" value="100"/> + <property name="placement_ratio" type="int" value="20"/> + <property name="placement_mode" type="string" value="center"/> + <property name="popup_opacity" type="int" value="100"/> + <property name="prevent_focus_stealing" type="bool" value="true"/> + <property name="raise_delay" type="int" value="250"/> + <property name="raise_on_click" type="bool" value="true"/> + <property name="raise_on_focus" type="bool" value="false"/> + <property name="raise_with_any_button" type="bool" value="true"/> + <property name="repeat_urgent_blink" type="bool" value="false"/> + <property name="resize_opacity" type="int" value="100"/> + <property name="restore_on_move" type="bool" value="true"/> + <property name="scroll_workspaces" type="bool" value="true"/> + <property name="shadow_delta_height" type="int" value="0"/> + <property name="shadow_delta_width" type="int" value="0"/> + <property name="shadow_delta_x" type="int" value="0"/> + <property name="shadow_delta_y" type="int" value="0"/> + <property name="shadow_opacity" type="int" value="66"/> + <property name="show_app_icon" type="bool" value="false"/> + <property name="show_dock_shadow" type="bool" value="true"/> + <property name="show_frame_shadow" type="bool" value="false"/> + <property name="show_popup_shadow" type="bool" value="false"/> + <property name="snap_resist" type="bool" value="false"/> + <property name="snap_to_border" type="bool" value="true"/> + <property name="snap_to_windows" type="bool" value="false"/> + <property name="snap_width" type="int" value="10"/> + <property name="theme" type="string" value="oxygen"/> + <property name="title_alignment" type="string" value="left"/> + <property name="title_font" type="string" value="Sans Bold 9"/> + <property name="title_horizontal_offset" type="int" value="0"/> + <property name="title_shadow_active" type="string" value="false"/> + <property name="title_shadow_inactive" type="string" value="false"/> + <property name="title_vertical_offset_active" type="int" value="0"/> + <property name="title_vertical_offset_inactive" type="int" value="0"/> + <property name="toggle_workspaces" type="bool" value="false"/> + <property name="unredirect_overlays" type="bool" value="true"/> + <property name="use_compositing" type="bool" value="false"/> + <property name="workspace_count" type="int" value="4"/> + <property name="wrap_cycle" type="bool" value="true"/> + <property name="workspace_names" type="array"> + <value type="string" value="Workspace 1"/> + <value type="string" value="Workspace 2"/> + <value type="string" value="Workspace 3"/> + <value type="string" value="Workspace 4"/> + </property> + <property name="urgent_blink" type="bool" value="false"/> + <property name="wrap_layout" type="bool" value="false"/> + <property name="wrap_workspaces" type="empty"/> + <property name="wrap_windows" type="empty"/> + <property name="wrap_resistance" type="int" value="22"/> + <property name="margin_left" type="empty"/> + </property> +</channel> diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml new file mode 100644 index 0000000..36dc4a5 --- /dev/null +++ b/data/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="250"/> + <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="int" value="1200"/> + <property name="ThemeName" type="string" value="oxygen-gtk"/> + <property name="IconThemeName" type="string" value="oxygen"/> + <property name="SoundThemeName" type="string" value="default"/> + <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="int" value="-1"/> + <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="string" value="black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90"/> + <property name="FontName" type="string" value="Sans 10"/> + <property name="IconSizes" type="string" value=""/> + <property name="KeyThemeName" type="string" value=""/> + <property name="ToolbarStyle" type="string" value="both"/> + <property name="ToolbarIconSize" type="int" value="3"/> + <property name="IMPreeditStyle" type="string" value=""/> + <property name="IMStatusStyle" type="string" value=""/> + <property name="MenuImages" type="bool" value="true"/> + <property name="ButtonImages" type="bool" value="true"/> + <property name="MenuBarAccel" type="string" value="F10"/> + <property name="CursorThemeName" type="string" value="wonderland"/> + <property name="CursorThemeSize" type="int" value="0"/> + </property> + <property name="Initialized" type="uint" value="1"/> + <property name="NetCursorBlinkTime" type="int" value="1000"/> +</channel> |