/usr/share/compiz/shelf.xml is in compiz-plugins 1:0.9.12.2+16.04.20160415-0ubuntu1.
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | <?xml version="1.0" encoding="UTF-8"?>
<compiz>
<plugin useBcop="true" name="shelf">
<short>Shelf</short>
<long>Visually scales a window down to allow easy monitoring without true/traditional resizing.</long>
<category>Window Management</category>
<deps>
<requirement>
<plugin>opengl</plugin>
</requirement>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>wall</plugin>
<plugin>decor</plugin>
</relation>
</deps>
<options>
<group>
<short>Bindings</short>
<short xml:lang="el">Συνδυασμοί</short>
<short xml:lang="es">Vínculos</short>
<short xml:lang="eu">Laster-bideak</short>
<short xml:lang="fi">Pikanäppäimet</short>
<short xml:lang="fr">Assignations</short>
<short xml:lang="gl">Atallos de teclado</short>
<short xml:lang="he">צירופים</short>
<short xml:lang="hu">Gyorsbillentyűk</short>
<short xml:lang="it">Associazioni</short>
<short xml:lang="ja">割り当て</short>
<short xml:lang="ko">바로가기</short>
<short xml:lang="pl">Przyporządkowanie klawiszy</short>
<short xml:lang="pt">Atalhos</short>
<short xml:lang="ru">Закрепление</short>
<short xml:lang="uk">Закріплення</short>
<short xml:lang="zh_CN">绑定</short>
<short xml:lang="zh_TW">連結</short>
<option type="key" name="trigger_key">
<short>Trigger scale down</short>
<long>Scale a window down to a portion of it's size.</long>
<default><Super>l</default>
</option>
<option type="key" name="reset_key">
<short>Reset the window to original size</short>
<long>Resets the currently focused window to original size</long>
</option>
<option type="key" name="triggerscreen_key">
<short>Trigger scale down to screen</short>
<long>Scale a window down to a ration of the screen size. Respectively half, a third or a sixth of the screen.</long>
<default><Super>p</default>
</option>
<option type="button" name="dec_button">
<short>Make the window smaller</short>
<long>Reduces the scale factor making the window smaller.</long>
<default><Alt><Super>Button4</default>
</option>
<option type="button" name="inc_button">
<short>Make the window bigger</short>
<long>Increase the scale factor making the window bigger.</long>
<default><Alt><Super>Button5</default>
</option>
</group>
<option type="int" name="animtime">
<short>Animation duration</short>
<long>Duration of the animation in milliseconds.</long>
<default>150</default>
<min>1</min>
<max>10000</max>
</option>
<option type="float" name="interval">
<short>Scale interval</short>
<long>The number to divide the scale factor by or multiply it with when (respectively) increasing and decreasing the scale level manually. Higher number means finer changes.</long>
<default>0.9</default>
<min>0.100</min>
<max>0.999</max>
<precision>0.001</precision>
</option>
</options>
</plugin>
</compiz>
|