From 3c7976adf2124714da062e486e8ecc920a106973 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Tue, 23 Jan 2018 15:21:22 -0500 Subject: [PATCH] Switch back to Terminal.app --- slate/.slate | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/slate/.slate b/slate/.slate index ba802c3..80d9a1b 100644 --- a/slate/.slate +++ b/slate/.slate @@ -49,8 +49,8 @@ alias extramovetrigger shift,cmd,alt alias apptrigger ctrl,shift # quick switching to commonly used apps -bind space:${apptrigger} focus 'iTerm2' -bind t:${apptrigger} focus 'iTerm2' +bind space:${apptrigger} focus 'Terminal' +bind t:${apptrigger} focus 'Terminal' bind c:${apptrigger} focus 'Google Chrome' bind s:${apptrigger} focus 'Slack' @@ -70,22 +70,22 @@ bind left:shift,ctrl,cmd throw 0 resize bind right:shift,ctrl,cmd throw 1 resize # laptop layout for coding -layout laptop-coding 'iTerm2':REPEAT ${full} +layout laptop-coding 'Terminal':REPEAT ${full} layout laptop-coding 'Google Chrome':REPEAT ${full} layout laptop-coding 'Slack':REPEAT ${full} # laptop layout for code review -layout laptop-code-review 'iTerm2':REPEAT ${rightHalf} +layout laptop-code-review 'Terminal':REPEAT ${rightHalf} layout laptop-code-review 'Google Chrome':REPEAT ${leftHalf} layout laptop-coding 'Slack':REPEAT ${full} # in-the-office layout for coding -layout office-coding 'iTerm2':REPEAT ${monitorFull} +layout office-coding 'Terminal':REPEAT ${monitorFull} layout office-coding 'Google Chrome':REPEAT ${macbookFull} layout office-coding 'Slack':REPEAT ${macbookFull} # in-the-office layout for code review -layout office-code-review 'iTerm2':REPEAT ${monitorRight} +layout office-code-review 'Terminal':REPEAT ${monitorRight} layout office-code-review 'Google Chrome':REPEAT ${monitorLeft} layout office-code-review 'Slack':REPEAT ${macbookFull}