This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Jpeg < Formula | |
desc "JPEG image manipulation library" | |
homepage "http://www.ijg.org" | |
url "http://www.ijg.org/files/jpegsrc.v8d.tar.gz" | |
sha256 "00029b1473f0f0ea72fbca3230e8cb25797fbb27e58ae2e46bb8bf5a806fe0b3" | |
bottle do | |
cellar :any | |
sha256 "bbc74f8b5980065d7bf95927150c2d56806d30abea459c2b1edcbdeed2d7c458" => :el_capitan | |
sha256 "75419be793eefb3decd69de8ee0444ef697aef3d0f942361437c5d967fd8ecec" => :yosemite |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mouse_follows_focus = hs.loadSpoon 'MouseFollowsFocus' | |
-- Display switching | |
-- | |
displayUUIDs = { | |
-- ['1'] = 'A4232DAF-4B26-4A69-9F9D-0E660D88E46E', | |
['1'] = 'E08383C7-AB64-4F2F-9E16-7E1F968150C5', | |
['2'] = '37D8832A-2D66-02CA-B9F7-8F30A301B230', | |
['3'] = '4560FFD2-E535-4C6F-8107-CEF94E79299F', | |
} |