/usr/share/compiz/unityshell.xml is in unity 7.2.0+14.04.20140416-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 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 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 | <?xml version="1.0" encoding="UTF-8"?>
<compiz>
<plugin useBcop="true" name="unityshell">
<short>Ubuntu Unity Plugin</short>
<long>Plugin to draw the Unity Shell</long>
<category>Desktop</category>
<feature>decorations</feature>
<feature>fadetodesktop</feature>
<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>compiztoolbox</plugin>
<plugin>place</plugin>
<plugin>session</plugin>
<plugin>animation</plugin>
<plugin>regex</plugin>
<plugin>cube</plugin>
<plugin>rotate</plugin>
<plugin>cubeaddon</plugin>
<plugin>vpswitch</plugin>
<plugin>fade</plugin>
<plugin>staticswitcher</plugin>
<plugin>scale</plugin>
<plugin>expo</plugin>
<plugin>ezoom</plugin>
<plugin>wall</plugin>
</relation>
<relation type="before">
<plugin>showrepaint</plugin>
</relation>
<requirement>
<plugin>opengl</plugin>
<plugin>compiztoolbox</plugin>
<plugin>scale</plugin>
<plugin>expo</plugin>
</requirement>
<conflict>
<plugin>decor</plugin>
<plugin>scalefilter</plugin>
<plugin>gnomecompat</plugin>
</conflict>
</deps>
<options>
<group>
<short>General</short>
<option type="key" name="show_menu_bar">
<short>Key to show the menu bar while pressed</short>
<long>Reveals the global menu bar while pressed.</long>
<default><Alt></default>
</option>
<option type="key" name="lock_screen">
<short>Key to lock the screen.</short>
<long>Pressing this key will lock the current session.</long>
<default><Super>l</default>
</option>
<option type="key" name="show_hud">
<short>Key to show the HUD when tapped</short>
<long>A tap on this key summons the HUD.</long>
<default><Alt></default>
</option>
<option type="key" name="execute_command">
<short>Key to execute a command</short>
<long>Opens a folder or executes a command.</long>
<default><Alt>F2</default>
</option>
<option type="key" name="show_desktop_key">
<short>Show Desktop</short>
<long>Hide all windows and focus desktop.</long>
<default><Control><Super>d</default>
</option>
<option type="key" name="panel_first_menu">
<short>Key to open the first panel menu</short>
<long>Opens the first indicator menu of the Panel, allowing keyboard navigation thereafter.</long>
<default><Alt>F10</default>
</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="color" name="background_color">
<short>Background Color</short>
<long>Background color override for the Dash, Launcher and Switcher.</long>
<default>
<red>0x00</red>
<green>0x00</green>
<blue>0x00</blue>
<alpha>0x00</alpha>
</default>
</option>
<option type="int" name="dash_blur_experimental">
<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 type="int" name="automaximize_value">
<short>Automaximize Value</short>
<long>The minimum value to trigger automaximize.</long>
<min>1</min>
<max>100</max>
<default>75</default>
</option>
<option type="bool" name="shortcut_overlay">
<short>Enable Shortcut Hints Overlay</short>
<long>Enables possibility to display an overlay showing available mouse and keyboard shortcuts.</long>
<default>true</default>
</option>
</group>
<group>
<short>Decorations</short>
<option type="bool" name="override_decoration_theme">
<short>Override Theme Settings</short>
<long>Each Gtk theme can provide shadow parameters, but you can override these values here.</long>
<default>false</default>
</option>
<option type="int" name="shadow_x_offset">
<short>Shadow X offset</short>
<long>Horizontal offset of the shadow.</long>
<min>-10</min>
<max>10</max>
<default>1</default>
</option>
<option type="int" name="shadow_y_offset">
<short>Shadow Y offset</short>
<long>Vertical offset of the shadow.</long>
<min>-10</min>
<max>10</max>
<default>1</default>
</option>
<option type="int" name="active_shadow_radius">
<short>Active window shadow radius</short>
<long>The radius of the shadow blur for the active window.</long>
<min>1</min>
<max>30</max>
<default>8</default>
</option>
<option type="color" name="active_shadow_color">
<short>Active window shadow color</short>
<long>The color of the shadows for the active window.</long>
<default>
<red>0</red>
<green>0</green>
<blue>0</blue>
<alpha>0x6666</alpha>
</default>
</option>
<option type="int" name="inactive_shadow_radius">
<short>Inactive windows shadow radius</short>
<long>The radius of the shadow blur for the inactive windows.</long>
<min>1</min>
<max>30</max>
<default>5</default>
</option>
<option type="color" name="inactive_shadow_color">
<short>Inactive windows shadow color</short>
<long>The color of the shadows for the inactive windows.</long>
<default>
<red>0</red>
<green>0</green>
<blue>0</blue>
<alpha>0xa5a1</alpha>
</default>
</option>
</group>
<group>
<short>Launcher</short>
<option type="key" name="show_launcher">
<short>Key to show the Dash, Launcher and Help Overlay</short>
<long>Holding this key makes the Launcher and Help Overlay appear. Tapping it opens the Dash.</long>
<tap_detection>false</tap_detection>
<default><Super></default>
</option>
<option type="key" name="keyboard_focus">
<short>Key to give keyboard-focus to the Launcher</short>
<long>Gives keyboard-focus to the Launcher so it can be navigated with the cursor-keys.</long>
<default><Alt>F1</default>
</option>
<option type="key" name="launcher_switcher_forward">
<short>Key to start the Launcher Application Switcher</short>
<long>Cycles through icons present in the Launcher. Activates the highlighted icon on release.</long>
<default><Super>Tab</default>
</option>
<option type="key" name="launcher_switcher_prev">
<short>Key to start the Launcher Application Switcher in reverse</short>
<long>Cycles through icons present in the Launcher, in reverse order. Activates the highlighted icon on release.</long>
<default><Super><Shift>Tab</default>
</option>
<option type="int" name="dash_tap_duration">
<short>Dash tap duration</short>
<long>Duration (in millseconds) that will count as a tap for opening the Dash.</long>
<min>1</min>
<max>1000</max>
<default>250</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 type="int" name="launcher_hide_mode">
<short>Hide Launcher</short>
<long>Make the Launcher hide automatically after some time of inactivity.</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 type="int" name="autohide_animation">
<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 type="int" name="reveal_trigger">
<short>Reveal Trigger</short>
<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 type="int" name="num_launchers">
<short>Launcher Monitors</short>
<long>Selects on which display the Launcher will be present.</long>
<min>0</min>
<max>1</max>
<default>0</default>
<desc>
<value>0</value>
<name>All Displays</name>
</desc>
<desc>
<value>1</value>
<name>Primary Display</name>
</desc>
</option>
<option type="bool" name="launcher_capture_mouse">
<short>Launcher Capture Mouse</short>
<long>Determines if the Launcher's edges will capture the mousepointer.</long>
<default>true</default>
</option>
<option type="bool" name="scroll_inactive_icons">
<short>Scroll Inactive Icon to Focus Application</short>
<long>Allows using the mouse scrollwheel to focus an application if the icon is inactive.</long>
<default>true</default>
</option>
<option type="bool" name="launcher_minimize_window">
<short>Minimize Single Window Applications (Unsupported)</short>
<long>Allows minimizing a single windowed application by clicking on its Launcher icon.</long>
<default>false</default>
</option>
<option type="float" name="edge_responsiveness">
<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 type="int" name="reveal_pressure">
<short>Launcher Reveal Pressure</short>
<long>Amount of mouse pressure required to reveal the Launcher.</long>
<default>20</default>
<min>1</min>
<max>1000</max>
<precision>1</precision>
</option>
<option type="int" name="overcome_pressure">
<short>Launcher Edge Stop Overcome Pressure</short>
<long>Amount of mouse pressure required to push the mousepointer into the next monitor.</long>
<default>20</default>
<min>1</min>
<max>1000</max>
<precision>1</precision>
</option>
<option type="int" name="decay_rate">
<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 type="int" name="stop_velocity">
<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 type="int" name="edge_passed_disabled_ms">
<short>Duration of Sticky Edge Release after Break</short>
<long>The number of milliseconds Sticky Edges are deactivated for after the barrier has been broken.</long>
<default>1000</default>
<min>0</min>
<max>5000</max>
<precision>1</precision>
</option>
<option type="int" name="icon_size">
<short>Launcher Icon Size</short>
<long>The size of the icons in the Launcher.</long>
<default>48</default>
<min>8</min>
<max>64</max>
<precision>1</precision>
</option>
<option type="int" name="backlight_mode">
<short>Launcher Icon Backlight Mode</short>
<long>Change how the icons in the Launcher are backlit.</long>
<min>0</min>
<max>4</max>
<default>1</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 type="int" name="launch_animation">
<short>Launcher Icon Launch Animation</short>
<long>The icon animation playing during the launch of 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 type="int" name="urgent_animation">
<short>Launcher Icon Urgent Animation</short>
<long>The icon animation playing 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>
</group>
<group>
<short>Menus</short>
<option type="int" name="menus_fadein">
<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 type="int" name="menus_fadeout">
<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 type="int" name="menus_discovery_duration">
<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 type="int" name="menus_discovery_fadein">
<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 type="int" name="menus_discovery_fadeout">
<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>
</group>
<group>
<short>Switcher</short>
<option type="key" name="alt_tab_forward">
<short>Key to start the Switcher</short>
<long>Switches to the next open window on the actual viewport.</long>
<default><Alt>Tab</default>
</option>
<option type="key" name="alt_tab_prev">
<short>Key to switch to the previous window in the Switcher</short>
<long>Switches to the previous open window on the actual viewport, once the Switcher has been revealed.</long>
<default><Alt><Shift>Tab</default>
</option>
<option type="key" name="alt_tab_forward_all">
<short>Key to start the Switcher for all viewports</short>
<long>Switches to the next open window, including windows of all viewports.</long>
<default><Control><Alt>Tab</default>
</option>
<option type="key" name="alt_tab_prev_all">
<short>Key to switch to the previous window in the Switcher for all viewports</short>
<long>Switches to the previous open window, once the Switcher has been revealed, including windows of all viewports.</long>
<default><Control><Alt><Shift>Tab</default>
</option>
<option type="key" name="alt_tab_next_window">
<short>Key to flip through windows in the Switcher</short>
<long>Flips through all the windows present in the Switcher.</long>
<passive_grab>false</passive_grab>
</option>
<option type="key" name="alt_tab_prev_window">
<short>Key to flip through windows in the Switcher backwards</short>
<long>Flips through all the windows present in the Switcher, in reverse order.</long>
<passive_grab>false</passive_grab>
</option>
<option type="bool" name="show_minimized_windows">
<short>Show live previews of windows in the Switcher</short>
<long>Enables miniature live window previews in the Switcher.</long>
<default>true</default>
</option>
<option type="bool" name="alt_tab_timeout">
<short>Timed automatic to show live previews in the Switcher</short>
<long>Automatically spreads multiple windows of the same application out into a grid after a short time.</long>
<default>true</default>
</option>
<option type="bool" name="alt_tab_bias_viewport">
<short>Bias alt-tab to prefer windows on the current viewport</short>
<long>Bias the Switcher to prefer windows which are placed on the current viewport.</long>
<default>true</default>
</option>
<option type="bool" name="disable_show_desktop">
<short>Disable Show Desktop in the Switcher</short>
<long>Disables the Show Desktop icon in the Switcher.</long>
<default>false</default>
</option>
<option type="bool" name="disable_mouse">
<short>Disable the mouse in the Switcher</short>
<long>Disables the mouse in the Switcher.</long>
<default>false</default>
</option>
</group>
</options>
</plugin>
</compiz>
|