Merge lp:~didrocks/unity/some-defaut-changes into lp:unity

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Sam Spilsbury
Approved revision: no longer in the source branch.
Merged at revision: 1851
Proposed branch: lp:~didrocks/unity/some-defaut-changes
Merge into: lp:unity
Diff against target: 21 lines (+3/-1)
1 file modified
plugins/unityshell/unityshell.xml.in (+3/-1)
To merge this branch: bzr merge lp:~didrocks/unity/some-defaut-changes
Reviewer Review Type Date Requested Status
Sam Spilsbury (community) Approve
Review via email: mp+89278@code.launchpad.net

Description of the change

This branch does two things:
- dep on scale and wall after the discussion on bug #897697
- alt-tab per workspace is the new default, from the design requirement

To post a comment you must log in.
Revision history for this message
Sam Spilsbury (smspillaz) wrote :

s/wall/expo/

review: Needs Fixing
Revision history for this message
Sam Spilsbury (smspillaz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/unityshell/unityshell.xml.in'
2--- plugins/unityshell/unityshell.xml.in 2012-01-14 13:05:16 +0000
3+++ plugins/unityshell/unityshell.xml.in 2012-01-19 16:24:28 +0000
4@@ -34,6 +34,8 @@
5 <requirement>
6 <plugin>opengl</plugin>
7 <plugin>compiztoolbox</plugin>
8+ <plugin>scale</plugin>
9+ <plugin>expo</plugin>
10 <feature>largedesktop</feature>
11 </requirement>
12 </deps>
13@@ -118,7 +120,7 @@
14 <option name="alt_tab_bias_viewport" type="bool">
15 <_short>Bias alt-tab to prefer windows on the current viewport</_short>
16 <_long>fixme</_long>
17- <default>false</default>
18+ <default>true</default>
19 </option>
20 <option name="alt_tab_forward" type="key">
21 <_short>Key to start the switcher</_short>