Skip to content

Commit

Permalink
Some commands don't work...
Browse files Browse the repository at this point in the history
  • Loading branch information
pkruithof committed Mar 7, 2012
1 parent 917b728 commit e1786e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2
defaults write com.apple.Safari IncludeDebugMenu -bool true
defaults write com.apple.Safari IncludeInternalDebugMenu -bool true

# Show status bar
# Show status bar (doesn't work)
defaults write com.apple.Safari ShowStatusBar -bool true

# Use pie-chart progress indicator
# Use pie-chart progress indicator (doesn't work)
defaults write com.apple.Safari DebugUsePieProgressIndicator -bool true

# Enable tabbed browsing
Expand All @@ -112,7 +112,7 @@ defaults write com.apple.Safari TabbedBrowsing -bool true
# Always show tab bar
defaults write com.apple.Safari AlwaysShowTabBar -bool true

# Show Link URL in Tool Tip
# Show Link URL in Tool Tip (doesn't work)
defaults write com.apple.Safari WebKitShowsURLsInToolTips -bool true

# Open all "new window" links in tabs
Expand Down

0 comments on commit e1786e8

Please sign in to comment.