勝手に独り読書会 - その04
勝手に読書会,4 つめ.
見ると,今回相手にするパラグラフは,
自分にはそんなに関係ないかも,と思っていたり.
doc ほっとんど使わないし*1.
dashboard も launchpad も,
まして,ホットコーナー,普通に使ったことないですし.
うーん...
############################################################################### # Dock, Dashboard, and hot corners # ############################################################################### # Enable highlight hover effect for the grid view of a stack (Dock) defaults write com.apple.dock mouse-over-hilite-stack -bool true ### 無; グリッド表示時の Dock のスタック上のマウスオーバー時のハイライト ### -> true (ハイライトする) # Set the icon size of Dock items to 36 pixels defaults write com.apple.dock tilesize -int 36 ### [システム環境設定],[Dock] の sld[大きさ] ### -> sld[サイズ] 1/8 くらい # Enable spring loading for all Dock items defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true ### 無; Dock への drag & drop で起動/開く機能 (スプリングフォルダの dock 版) ### -> true (機能する) # Show indicator lights for open applications in the Dock defaults write com.apple.dock show-process-indicators -bool true ### [システム環境設定],[Dock] の chb[起動済みのアプリケーションにインジケータ・ランプを表示] ### -> "オン" # Wipe all (default) app icons from the Dock # This is only really useful when setting up a new Mac, or if you don’t use # the Dock to launch apps. #defaults write com.apple.dock persistent-apps -array ### 無; dock を真っ新にする. ### -> 真っ新にする (「新しい mac の設定,あるいは dock を使わないなら,これを使うのが良い」と言っている) # Don’t animate opening applications from the Dock defaults write com.apple.dock launchanim -bool false ### [システム環境設定],[Dock] の chb[起動中のアプリケーションをアニメーションで表示] ### -> "オフ" # Speed up Mission Control animations defaults write com.apple.dock expose-animation-duration -float 0.1 ### 無; mission control への移行アニメーション速度 ### -> 0.1 # Don’t group windows by application in Mission Control # (i.e. use the old Exposé behavior instead) defaults write com.apple.dock expose-group-by-app -bool false ### [システム環境設定],[Mission Control] の chb[ウィンドウをアプリケーションごとにグループ化] ### -> "オフ" # Disable Dashboard defaults write com.apple.dashboard mcx-disabled -bool true ### 無; dashboard を無効にする ### -> true (無効にする) # Don’t show Dashboard as a Space defaults write com.apple.dock dashboard-in-overlay -bool true ### [システム環境設定],[Mission Control] の chb[Dashboard を操作スペースとして表示] ### -> "オン" # Don’t automatically rearrange Spaces based on most recent use defaults write com.apple.dock mru-spaces -bool false ### [システム環境設定],[Mission Control] の chb[最新の使用状況に基づいて操作スペースを自動的に並び替える] ### -> "オフ" # Remove the auto-hiding Dock delay defaults write com.apple.dock autohide-delay -float 0 ### 無; dock の表示/非表示の開始速度 ### -> 0 (0秒) # Remove the animation when hiding/showing the Dock defaults write com.apple.dock autohide-time-modifier -float 0 ### 無; Dock 表示/非表示のアニメーションの速度 ### -> 0 # Enable the 2D Dock #defaults write com.apple.dock no-glass -bool true ### 無; dock の表示を 2d にする ### -> true (2d にする) # Automatically hide and show the Dock defaults write com.apple.dock autohide -bool true ### [システム環境設定],[Dock] chb[Dock を自動的に隠す/表示] ### -> "オン" # Make Dock icons of hidden applications translucent defaults write com.apple.dock showhidden -bool true ### 無; 隠れているアプリケーションの dock のアイコン透過 ### -> ture (透過する) # Reset Launchpad find ~/Library/Application\ Support/Dock -name "*.db" -maxdepth 1 -delete ### 無; launchpad をリセット # Add iOS Simulator to Launchpad ln -s /Applications/Xcode.app/Contents/Applications/iPhone\ Simulator.app /Applications/iOS\ Simulator.app ### 無; launchpad に ios simulator をセット # Add a spacer to the left side of the Dock (where the applications are) #defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}' # Add a spacer to the right side of the Dock (where the Trash is) #defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}' ### 無; dock のスペーサーに透明なものを当てる # Hot corners # Possible values: # 0: no-op # 2: Mission Control # 3: Show application windows # 4: Desktop # 5: Start screen saver # 6: Disable screen saver # 7: Dashboard # 10: Put display to sleep # 11: Launchpad # 12: Notification Center # Top left screen corner → Mission Control defaults write com.apple.dock wvous-tl-corner -int 2 defaults write com.apple.dock wvous-tl-modifier -int 0 # Top right screen corner → Desktop defaults write com.apple.dock wvous-tr-corner -int 4 defaults write com.apple.dock wvous-tr-modifier -int 0 # Bottom left screen corner → Start screen saver defaults write com.apple.dock wvous-bl-corner -int 5 defaults write com.apple.dock wvous-bl-modifier -int 0 ### [システム環境設定],[Mission Control] の pbt[ホットコーナー] - [画面のコーナーへの割当] ### 左上,修飾キーなし -> Mission Control ### 右上,修飾キーなし -> デスクトップ ### 左下,修飾キーなし -> スクリーンセーバーを開始する
以上です.
で,やっぱメモなし.
おしまい.
*1:アプリやアイテムの呼び出しは,finder のショートカットか alfred 使っている