/usr/share/compiz/extrawm.xml is in compiz-plugins-extra 0.9.7.0~bzr9-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | <?xml version="1.0"?>
<compiz>
<plugin name="extrawm" useBcop="true">
<short>Extra WM Actions</short>
<long>Provides less commonly used WM actions</long>
<category>Window Management</category>
<deps>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>decor</plugin>
</relation>
</deps>
<options>
<option name="activate" type="action">
<short>Activate Window</short>
<long>Activate a given window</long>
</option>
<option name="toggle_redirect_key" type="key">
<short>Toggle Redirect</short>
<long>Toggle window redirect</long>
</option>
<option name="toggle_fullscreen_key" type="key">
<short>Toggle Fullscreen</short>
<long>Toggle window fullscreen</long>
</option>
<option name="toggle_always_on_top_key" type="key">
<short>Toggle Always-On-Top</short>
<long>Toggle always on top for the active window</long>
</option>
<option name="toggle_sticky_key" type="key">
<short>Toggle Sticky</short>
<long>Toggle window stickyness</long>
</option>
<option name="activate_demands_attention_key" type="key">
<short>Activate Demanding Attention Window</short>
<long>Activate next window which has the "demands attention" flag set.</long>
</option>
</options>
</plugin>
</compiz>
|