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