Advertisement
Guest User

Untitled

a guest
Aug 17th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <compiz>
  3. <plugin name="unityshell" useBcop="true">
  4. <short>Ubuntu Unity Plugin</short>
  5. <long>Plugin to draw the Unity Shell</long>
  6. <category>Desktop</category>
  7. <deps>
  8. <relation type="after">
  9. <plugin>bailer</plugin>
  10. <plugin>detection</plugin>
  11. <plugin>composite</plugin>
  12. <plugin>opengl</plugin>
  13. <plugin>mousepoll</plugin>
  14. <plugin>move</plugin>
  15. <plugin>resize</plugin>
  16. <plugin>decor</plugin>
  17. <plugin>compiztoolbox</plugin>
  18. <plugin>place</plugin>
  19. <plugin>session</plugin>
  20. <plugin>animation</plugin>
  21. <plugin>regex</plugin>
  22. <plugin>cube</plugin>
  23. <plugin>rotate</plugin>
  24. <plugin>cubeaddon</plugin>
  25. <plugin>gnomecompat</plugin>
  26. <plugin>vpswitch</plugin>
  27. <plugin>fade</plugin>
  28. <plugin>staticswitcher</plugin>
  29. <plugin>scale</plugin>
  30. <plugin>expo</plugin>
  31. <plugin>ezoom</plugin>
  32. <plugin>wall</plugin>
  33. </relation>
  34. <requirement>
  35. <plugin>opengl</plugin>
  36. <plugin>compiztoolbox</plugin>
  37. <plugin>scale</plugin>
  38. <plugin>expo</plugin>
  39. </requirement>
  40. </deps>
  41. <options>
  42. <group>
  43. <short>Behaviour</short>
  44. <option name="show_hud" type="key">
  45. <short>Key to show the HUD</short>
  46. <long>Make the HUD appear with this key</long>
  47. <default>&lt;Alt&gt;</default>
  48. </option>
  49. <option name="launcher_hide_mode" type="int">
  50. <short>Hide Launcher</short>
  51. <long>Make the launcher hide automatically after some time of inactivity: always or just when the focussed window is not over the launcher</long>
  52. <min>0</min>
  53. <max>1</max>
  54. <default>0</default>
  55. <desc>
  56. <value>0</value>
  57. <name>Never</name>
  58. </desc>
  59. <desc>
  60. <value>1</value>
  61. <name>Autohide</name>
  62. </desc>
  63. </option>
  64. <option name="reveal_trigger" type="int">
  65. <short>Reveal Trigger</short>
  66. <long></long>
  67. <min>0</min>
  68. <max>1</max>
  69. <default>0</default>
  70. <desc>
  71. <value>0</value>
  72. <name>Left Edge</name>
  73. </desc>
  74. <desc>
  75. <value>1</value>
  76. <name>Top Left Corner</name>
  77. </desc>
  78. </option>
  79. <option name="show_launcher" type="key">
  80. <short>Key to show the launcher</short>
  81. <long>Make the launcher appear with that key</long>
  82. <default>&lt;Super&gt;</default>
  83. </option>
  84. <option name="keyboard_focus" type="key">
  85. <short>Key to put keyboard-focus on launcher</short>
  86. <long>Set the keyboard-focus on the launcher so it can be navigated with the cursor-keys</long>
  87. <default>&lt;Alt&gt;F1</default>
  88. </option>
  89. <option name="execute_command" type="key">
  90. <short>Key to execute a command</short>
  91. <long>Key to open a folder or execute a command</long>
  92. <default>&lt;Alt&gt;F2</default>
  93. </option>
  94. <option name="panel_first_menu" type="key">
  95. <short>Key to open the first panel menu</short>
  96. <long>Open the first menu on the panel, allowing keyboard navigation thereafter.</long>
  97. <default>&lt;Alt&gt;F10</default>
  98. </option>
  99. <option name="launcher_switcher_forward" type="key">
  100. <short>Key to start the launcher application switcher</short>
  101. <long>Switch the applications using the launcher</long>
  102. <default>&lt;Super&gt;Tab</default>
  103. </option>
  104. <option name="launcher_switcher_prev" type="key">
  105. <short>Key to start the launcher application switcher in reverse</short>
  106. <long>Switch the applications using the launcher, in reverse order</long>
  107. <default>&lt;Super&gt;&lt;Shift&gt;Tab</default>
  108. </option>
  109. </group>
  110. <group>
  111. <short>Switcher</short>
  112. <option name="alt_tab_timeout" type="bool">
  113. <short>Automatically grid windows on timer in switcher</short>
  114. <long>After a short time, spread multiple windows of the same application out into a grid</long>
  115. <default>true</default>
  116. </option>
  117. <option name="alt_tab_bias_viewport" type="bool">
  118. <short>Bias alt-tab to prefer windows on the current viewport</short>
  119. <long>Bias the switcher to windows which are placed on the current viewport</long>
  120. <default>true</default>
  121. </option>
  122. <option name="disable_show_desktop" type="bool">
  123. <short>Disable Show Desktop in the switcher</short>
  124. <long>Disables the Show Desktop icon in the switcher</long>
  125. <default>false</default>
  126. </option>
  127. <option name="alt_tab_forward" type="key">
  128. <short>Key to start the switcher</short>
  129. <long>Start switching between windows</long>
  130. <default>&lt;Alt&gt;Tab</default>
  131. </option>
  132. <option name="alt_tab_prev" type="key">
  133. <short>Key to start the switcher in reverse</short>
  134. <long>Start switching between windows in reverse order</long>
  135. <default>&lt;Alt&gt;&lt;Shift&gt;Tab</default>
  136. </option>
  137. <option name="alt_tab_forward_all" type="key">
  138. <short>Key to start the switcher for all viewports</short>
  139. <long>Start switching between windows on all viewports</long>
  140. <default>&lt;Control&gt;&lt;Alt&gt;Tab</default>
  141. </option>
  142. <option name="alt_tab_prev_all" type="key">
  143. <short>Key to start the switcher in reverse for all viewports</short>
  144. <long>Start switching between windows on all viewports, in reverse order</long>
  145. <default>&lt;Control&gt;&lt;Alt&gt;&lt;Shift&gt;Tab</default>
  146. </option>
  147. <option name="alt_tab_right" type="key">
  148. <short>Go right in the switcher</short>
  149. <long>Navigate one window right in the switcher</long>
  150. <default>&lt;Alt&gt;Right</default>
  151. <passive_grab>false</passive_grab>
  152. <internal/>
  153. </option>
  154. <option name="alt_tab_left" type="key">
  155. <short>Go left in the switcher</short>
  156. <long>Navigate one window left in the switcher</long>
  157. <default>&lt;Alt&gt;Left</default>
  158. <passive_grab>false</passive_grab>
  159. <internal/>
  160. </option>
  161. <option name="alt_tab_detail_start" type="key">
  162. <short>Key to expose the windows in the switcher</short>
  163. <long>Display a preview of the selected window; grid if there is multiple windows of that application</long>
  164. <default>&lt;Alt&gt;Down</default>
  165. <passive_grab>false</passive_grab>
  166. <internal/>
  167. </option>
  168. <option name="alt_tab_detail_stop" type="key">
  169. <short>Key to collapse windows in the switcher</short>
  170. <long>Return the previews to icons in the switcher</long>
  171. <default>&lt;Alt&gt;Up</default>
  172. <passive_grab>false</passive_grab>
  173. <internal/>
  174. </option>
  175. <option name="alt_tab_next_window" type="key">
  176. <short>Key to flip through windows in the switcher</short>
  177. <long>Flip through all the windows present in the switcher</long>
  178. <passive_grab>false</passive_grab>
  179. </option>
  180. <option name="alt_tab_prev_window" type="key">
  181. <short>Key to flip through windows in the switcher backwards</short>
  182. <long>Flip through all the windows present in the switcher, in reverse order</long>
  183. <passive_grab>false</passive_grab>
  184. </option>
  185. <option name="show_minimized_windows" type="bool">
  186. <short>Show minimized windows in switcher</short>
  187. <long>Hack to enable minimized windows in switcher. Disable and report bugs if problems are caused</long>
  188. <default>true</default>
  189. </option>
  190. </group>
  191. <group>
  192. <short>Experimental</short>
  193. <option name="background_color" type="color">
  194. <short>Background Color</short>
  195. <long>Background color override used for testing purposes</long>
  196. <default>
  197. <red>0x00</red>
  198. <green>0x00</green>
  199. <blue>0x00</blue>
  200. <alpha>0x00</alpha>
  201. </default>
  202. </option>
  203. <option name="backlight_mode" type="int">
  204. <short>Backlight Mode</short>
  205. <long>Change how the icons are backlit</long>
  206. <min>0</min>
  207. <max>4</max>
  208. <default>1</default>
  209. <desc>
  210. <value>0</value>
  211. <name>Backlight Always On</name>
  212. </desc>
  213. <desc>
  214. <value>1</value>
  215. <name>Backlight Toggles</name>
  216. </desc>
  217. <desc>
  218. <value>2</value>
  219. <name>Backlight Always Off</name>
  220. </desc>
  221. <desc>
  222. <value>3</value>
  223. <name>Edge Illumination Toggles</name>
  224. </desc>
  225. <desc>
  226. <value>4</value>
  227. <name>Backlight and Edge Illumination Toggles</name>
  228. </desc>
  229. </option>
  230. <option name="launch_animation" type="int">
  231. <short>Launch Animation</short>
  232. <long>Animation played when a launcher icon is in the process of spawning a process</long>
  233. <min>0</min>
  234. <max>2</max>
  235. <default>1</default>
  236. <desc>
  237. <value>0</value>
  238. <name>None</name>
  239. </desc>
  240. <desc>
  241. <value>1</value>
  242. <name>Pulse Until Running</name>
  243. </desc>
  244. <desc>
  245. <value>2</value>
  246. <name>Blink</name>
  247. </desc>
  248. </option>
  249. <option name="urgent_animation" type="int">
  250. <short>Urgent Animation</short>
  251. <long>Animation played when a launcher icon is in the urgent state</long>
  252. <min>0</min>
  253. <max>2</max>
  254. <default>2</default>
  255. <desc>
  256. <value>0</value>
  257. <name>None</name>
  258. </desc>
  259. <desc>
  260. <value>1</value>
  261. <name>Pulse</name>
  262. </desc>
  263. <desc>
  264. <value>2</value>
  265. <name>Wiggle</name>
  266. </desc>
  267. </option>
  268. <option type="float" name="panel_opacity">
  269. <short>Panel Opacity</short>
  270. <long>The opacity of the Panel background.</long>
  271. <default>1.0</default>
  272. <min>0.0</min>
  273. <max>1.0</max>
  274. <precision>0.01</precision>
  275. </option>
  276. <option type="bool" name="panel_opacity_maximized_toggle">
  277. <short>Panel Opacity for Maximized Windows Toggle.</short>
  278. <long>When a window is maximized and visible in the current viewport, the panel opacity is disabled</long>
  279. <default>false</default>
  280. </option>
  281. <option type="float" name="launcher_opacity">
  282. <short>Launcher Opacity</short>
  283. <long>The opacity of the Launcher background.</long>
  284. <default>0.6667</default>
  285. <min>0.0</min>
  286. <max>1.0</max>
  287. <precision>0.0001</precision>
  288. </option>
  289. <option name="icon_size" type="int">
  290. <short>Launcher icon size</short>
  291. <long>The size of the launcher icons</long>
  292. <default>48</default>
  293. <min>32</min>
  294. <max>64</max>
  295. <precision>1</precision>
  296. </option>
  297. <option name="edge_responsiveness" type="float">
  298. <short>Launcher Reveal Edge Responsiveness</short>
  299. <long>A conglomerate setting that modifies the overall responsiveness of the launcher reveal</long>
  300. <default>2.0</default>
  301. <min>0.2</min>
  302. <max>8.0</max>
  303. <precision>0.1</precision>
  304. </option>
  305. <option name="reveal_pressure" type="int">
  306. <short>Launcher Reveal Pressure</short>
  307. <long>Amount of mouse pressure required to reveal launcher</long>
  308. <default>20</default>
  309. <min>1</min>
  310. <max>1000</max>
  311. <precision>1</precision>
  312. </option>
  313. <option name="overcome_pressure" type="int">
  314. <short>Launcher Edge Stop Overcome Pressure</short>
  315. <long>Amount of mouse pressure required to push into the next monitor</long>
  316. <default>20</default>
  317. <min>1</min>
  318. <max>1000</max>
  319. <precision>1</precision>
  320. </option>
  321. <option name="decay_rate" type="int">
  322. <short>Pressure Decay Rate</short>
  323. <long>The rate at which mouse pressure decays</long>
  324. <default>15</default>
  325. <min>1</min>
  326. <max>1000</max>
  327. <precision>1</precision>
  328. </option>
  329. <option name="stop_velocity" type="int">
  330. <short>Edge Stop Velocity</short>
  331. <long>The maximum velocity at which the mouse will still be stopped</long>
  332. <default>65</default>
  333. <min>1</min>
  334. <max>1000</max>
  335. <precision>1</precision>
  336. </option>
  337. <option name="edge_passed_disabled_ms" type="int">
  338. <short>Duration of Sticky Edge Release after Break</short>
  339. <long>Sticky edges deactivated for number of milliseconds after the user breaks the barrier</long>
  340. <default>1000</default>
  341. <min>0</min>
  342. <max>5000</max>
  343. <precision>1</precision>
  344. </option>
  345. <option name="autohide_animation" type="int">
  346. <short>Hide Animation</short>
  347. <long>Animation played when the launcher is showing or hiding</long>
  348. <min>0</min>
  349. <max>3</max>
  350. <default>3</default>
  351. <desc>
  352. <value>0</value>
  353. <name>Fade on bfb and Slide</name>
  354. </desc>
  355. <desc>
  356. <value>1</value>
  357. <name>Slide only</name>
  358. </desc>
  359. <desc>
  360. <value>2</value>
  361. <name>Fade only</name>
  362. </desc>
  363. <desc>
  364. <value>3</value>
  365. <name>Fade and Slide</name>
  366. </desc>
  367. </option>
  368.  
  369. <option name="dash_blur_experimental" type="int">
  370. <short>Dash Blur</short>
  371. <long>Type of blur in the Dash</long>
  372. <min>0</min>
  373. <max>2</max>
  374. <default>2</default>
  375. <desc>
  376. <value>0</value>
  377. <name>No Blur</name>
  378. </desc>
  379. <desc>
  380. <value>1</value>
  381. <name>Static Blur</name>
  382. </desc>
  383. <desc>
  384. <value>2</value>
  385. <name>Active Blur</name>
  386. </desc>
  387. </option>
  388.  
  389. <option name="automaximize_value" type="int">
  390. <short>Automaximize value</short>
  391. <long>The minimum value to trigger automaximize.</long>
  392. <min>1</min>
  393. <max>100</max>
  394. <default>75</default>
  395. </option>
  396.  
  397. <option name="devices_option" type="int">
  398. <short>Show Devices</short>
  399. <long>Show devices in the launcher</long>
  400. <min>0</min>
  401. <max>2</max>
  402. <default>1</default>
  403. <desc>
  404. <value>0</value>
  405. <name>Never</name>
  406. </desc>
  407. <desc>
  408. <value>1</value>
  409. <name>Only Mounted</name>
  410. </desc>
  411. <desc>
  412. <value>2</value>
  413. <name>Always</name>
  414. </desc>
  415. </option>
  416.  
  417. <option name="shortcut_overlay" type="bool">
  418. <short>Enable Shortcut Hints Overlay</short>
  419. <long>Enable Shortcut Hints Overlay</long>
  420. <default>true</default>
  421. </option>
  422.  
  423. <option name="show_desktop_icon" type="bool">
  424. <short>Show "Desktop Icon" in the launcher</short>
  425. <long>Enable/Disable "Show Desktop Icon" in the launcher.</long>
  426. <default>false</default>
  427. </option>
  428.  
  429. <option name="menus_fadein" type="int">
  430. <short>Menus Fade-in duration</short>
  431. <long>Duration (in milliseconds) of the menus fade-in animation, used when the mouse goes over the top-panel.</long>
  432. <min>0</min>
  433. <max>1000</max>
  434. <default>100</default>
  435. </option>
  436.  
  437. <option name="menus_fadeout" type="int">
  438. <short>Menus fade-out duration</short>
  439. <long>Duration (in milliseconds) of the menus fade-out animation, used when the mouse goes over the top-panel.</long>
  440. <min>0</min>
  441. <max>1000</max>
  442. <default>120</default>
  443. </option>
  444.  
  445. <option name="menus_discovery_duration" type="int">
  446. <short>Menus discovery duration</short>
  447. <long>How many seconds the menus should be shown when a new application has been launched.</long>
  448. <min>0</min>
  449. <max>10</max>
  450. <default>2</default>
  451. </option>
  452.  
  453. <option name="menus_discovery_fadein" type="int">
  454. <short>Menus discovery fade-in duration</short>
  455. <long>Duration (in milliseconds) of the menus fade-in animation, used when the menus of a new launched application have been shown.</long>
  456. <min>0</min>
  457. <max>1000</max>
  458. <default>200</default>
  459. </option>
  460.  
  461. <option name="menus_discovery_fadeout" type="int">
  462. <short>Menus discovery fade-out duration</short>
  463. <long>Duration (in milliseconds) of the menus fade-out animation, used when the menus of a new launched application have been shown.</long>
  464. <min>0</min>
  465. <max>1000</max>
  466. <default>300</default>
  467. </option>
  468.  
  469. <option name="num_launchers" type="int">
  470. <short>Launcher Monitors</short>
  471. <long>Monitors on which launchers will be displayed</long>
  472. <min>0</min>
  473. <max>1</max>
  474. <default>0</default>
  475. <desc>
  476. <value>0</value>
  477. <name>All Desktops</name>
  478. </desc>
  479. <desc>
  480. <value>1</value>
  481. <name>Primary Desktop</name>
  482. </desc>
  483. </option>
  484.  
  485. <option name="launcher_capture_mouse" type="bool">
  486. <short>Launcher Capture Mouse</short>
  487. <long>Determines if the launcher edges should capture the mouse</long>
  488. <default>true</default>
  489. </option>
  490. </group>
  491. </options>
  492. </plugin>
  493. </compiz>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement