forked from jigish/slate
-
Notifications
You must be signed in to change notification settings - Fork 0
Example Configs
aaronlifton edited this page Oct 16, 2012
·
14 revisions
### use '|' and '>' in layout definitions
### eg. hide only the second instance of chrome but resize and move both
layout 2monitors 'Google Chrome':SORT_TITLE ${1-main} | ${2-right} > hide current
### hide all instances of an app
layout 2monitors 'Mail':REPEAT resize +0 +0 > hide current
### hide the second instance of an app
layout 2monitors 'Mail':SORT_TITLE resize +0 +0 > show current | resize +0 +0 > hide current
### use sequences, focus, and pipes to switch 2 vertically split windows back and forth
bind 4:ctrl sequence push left bar-resize:screenSizeX/2 > focus right > push right bar-resize:screenSizeX/2 > push left > push right | push left