Skip to content

Instantly share code, notes, and snippets.

@dissolved
Created April 25, 2013 21:40
Show Gist options
  • Save dissolved/5463419 to your computer and use it in GitHub Desktop.
Save dissolved/5463419 to your computer and use it in GitHub Desktop.
Work in progress for my .slate config
# Configs
config defaultToCurrentScreen true
config checkDefaultsOnLoad true
config keyboardLayout colemak
config windowHintsShowIcons true
config windowHintsIgnoreHiddenWindows true
config windowHintsSpread true
# Monitor Aliases
alias laptop 1440x900
alias thunderbolt 2560x1440
# Screen Positions
alias full move screenOriginX;screenOriginY screenSizeX;screenSizeY
alias center move screenOriginX+screenSizeX/6;screenOriginY screenSizeX*0.666;screenSizeY
alias right_half move screenOriginX+screenSizeX/2;screenOriginY screenSizeX/2;screenSizeY
# Docked Layout
layout docked 'Mail':MAIN_FIRST ${full} ${laptop} | ${right_half} ${laptop}
layout docked 'Google Chrome':REPEAT ${center} ${thunderbolt}
# Undocked Layout
layout undocked 'Mail':MAIN_FIRST ${full} | ${right_half}
layout undocked 'Google Chrome':REPEAT ${full}
# Default Layouts
default docked resolutions:${laptop};${thunderbolt}
default undocked count:1
# Key Bindings
bind esc:cmd hint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment