~xubuntu-dev/xubuntu-default-settings/trunk

« back to all changes in this revision

Viewing changes to etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml

  • Committer: Lionel Le Folgoc
  • Date: 2010-08-15 15:04:02 UTC
  • Revision ID: mrpouit@ubuntu.com-20100815150402-z5ysfxnecxg4s7r9
* Refreshed translations.
* debian/control: bumped Standard-Version to 3.9.1.
* Drop pre-lucid code:
  - debian/postinst: drop conffile moving
  - debian/preinst: dropped, unneeded.
* etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: hide aumix menu entry
  and move software center toward the bottom, thanks Jim Campbell.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<channel name="xfwm4" version="1.0">
 
4
  <property name="general" type="empty">
 
5
    <property name="borderless_maximize" type="bool" value="true"/>
 
6
    <property name="cycle_hidden" type="bool" value="true"/>
 
7
    <property name="cycle_minimum" type="bool" value="true"/>
 
8
    <property name="cycle_workspaces" type="bool" value="false"/>
 
9
    <property name="double_click_action" type="string" value="maximize"/>
 
10
    <property name="easy_click" type="string" value="Alt"/>
 
11
    <property name="focus_hint" type="bool" value="true"/>
 
12
    <property name="frame_opacity" type="int" value="57"/>
 
13
    <property name="inactive_opacity" type="int" value="100"/>
 
14
    <property name="move_opacity" type="int" value="100"/>
 
15
    <property name="placement_ratio" type="int" value="20"/>
 
16
    <property name="popup_opacity" type="int" value="100"/>
 
17
    <property name="prevent_focus_stealing" type="bool" value="false"/>
 
18
    <property name="raise_with_any_button" type="bool" value="false"/>
 
19
    <property name="resize_opacity" type="int" value="100"/>
 
20
    <property name="restore_on_move" type="bool" value="true"/>
 
21
    <property name="scroll_workspaces" type="bool" value="false"/>
 
22
    <property name="show_frame_shadow" type="bool" value="false"/>
 
23
    <property name="show_popup_shadow" type="bool" value="false"/>
 
24
    <property name="snap_resist" type="bool" value="false"/>
 
25
    <property name="theme" type="string" value="Albatross"/>
 
26
    <property name="toggle_workspaces" type="bool" value="false"/>
 
27
    <property name="unredirect_overlays" type="bool" value="false"/>
 
28
    <property name="use_compositing" type="bool" value="false"/>
 
29
    <property name="workspace_count" type="int" value="2"/>
 
30
    <property name="workspace_names" type="array">
 
31
      <value type="string" value="1"/>
 
32
      <value type="string" value="2"/>
 
33
    </property>
 
34
    <property name="wrap_cycle" type="bool" value="false"/>
 
35
    <property name="wrap_layout" type="bool" value="false"/>
 
36
  </property>
 
37
</channel>