Merge lp:~didrocks/unity/make-alt_tab_pause_default into lp:unity

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Gord Allott
Approved revision: no longer in the source branch.
Merged at revision: 1547
Proposed branch: lp:~didrocks/unity/make-alt_tab_pause_default
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/unityshell/unityshell.xml.in (+1/-1)
To merge this branch: bzr merge lp:~didrocks/unity/make-alt_tab_pause_default
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+75361@code.launchpad.net

Description of the change

Set alt + tab timeout to true (LP: #838075)

To post a comment you must log in.

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 2011-08-31 20:31:03 +0000
3+++ plugins/unityshell/unityshell.xml.in 2011-09-14 15:08:01 +0000
4@@ -103,7 +103,7 @@
5 <option name="alt_tab_timeout" type="bool">
6 <_short>Automatically grid windows on timer in switcher</_short>
7 <_long>fixme</_long>
8- <default>false</default>
9+ <default>true</default>
10 </option>
11 <option name="alt_tab_forward" type="key">
12 <_short>Key to start the switcher</_short>