Skip to content

Instantly share code, notes, and snippets.

@reoring
Created February 20, 2014 08:43
Show Gist options
  • Save reoring/9109353 to your computer and use it in GitHub Desktop.
Save reoring/9109353 to your computer and use it in GitHub Desktop.
slate configuration
config defaultToCurrentScreen true
# Shows app icons and background apps, spreads icons in the same place.
config windowHintsShowIcons true
config windowHintsIgnoreHiddenWindows false
config windowHintsSpread true
alias showHintsLeftHand hint AOEUIYQJKX
alias showNormalHint hint AOEUIDHTNSYXFBPKGMCW
bind e:cmd hint ${showNormalHint}
bind g:cmd grid padding:5 0:6,3 1:8,3
# Abstract positions
alias full move screenOriginX;screenOriginY screenSizeX;screenSizeY
alias lefthalf move screenOriginX;screenOriginY screenSizeX/2;screenSizeY
alias righthalf move screenOriginX+screenSizeX/2;screenOriginY screenSizeX/2;screenSizeY
alias topleft corner top-left resize:screenSizeX/2;screenSizeY/2
alias topright corner top-right resize:screenSizeX/2;screenSizeY/2
alias bottomleft corner bottom-left resize:screenSizeX/2;screenSizeY/2
alias bottomright corner bottom-right resize:screenSizeX/2;screenSizeY/2
# Numpad location Bindings
bind pad1 ${bottomleft}
bind pad2 push bottom bar-resize:screenSizeY/2
bind pad3 ${bottomright}
bind pad4 ${lefthalf}
bind pad5 ${full}
bind pad6 ${righthalf}
bind pad7 ${topleft}
bind pad8 push top bar-resize:screenSizeY/2
bind pad9 ${topright}
# quick switch
bind b:cmd;alt focus 'Google Chrome'
bind s:cmd;alt focus 'Slack'
bind e:cmd;alt focus 'Emacs'
bind d:cmd;alt focus 'Day One'
bind t:cmd;alt focus 'Tweetbot'
bind k:cmd;alt focus 'Kobito'
bind 1:cmd;alt focus '1Password'
bind g:cmd;alt focus 'GitHub'
bind p:cmd;alt focus 'Path Finder'
bind m:cmd;alt focus 'Airmail'
bind i:cmd;alt focus 'iTunes'
bind n:cmd;alt focus 'Evernote'
bind o:cmd;alt focus 'OmniFocus'
bind r:cmd;alt focus 'ReadKit'
bind i:cmd;alt focus 'iBooks'
bind l:cmd;alt focus 'LINE'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment