Skip to content

Commit

Permalink
Merge pull request vmware-archive#16 from sillylogger/master
Browse files Browse the repository at this point in the history
all hot corner options
  • Loading branch information
mkocher committed Oct 21, 2011
2 parents 3c44648 + 4ac2188 commit fcf2fe6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions recipes/active_corners.rb
@@ -1,11 +1,20 @@
active_corner_value_to_int = {
:all_windows => 2,
:dashboard => 7
desktop: 4,
dashboard: 7,
mission_control: 2,
application_windows: 3,
launchpad: 11,
start_screen_saver: 5,
disable_screen_saver: 6,
put_display_to_sleep: 10,
noop: 0
}

corners = {
:tl => :all_windows,
:tr => :dashboard
:br => :noop,
:bl => :noop
}

corners.each do |corner, value|
Expand Down

0 comments on commit fcf2fe6

Please sign in to comment.