diff options
author | Alan Pearce | 2017-03-13 15:08:25 +0100 |
---|---|---|
committer | Alan Pearce | 2017-03-13 15:08:25 +0100 |
commit | bd9f4a8c57f0618e6de37d31cb3817dfb7a291dc (patch) | |
tree | a390ba7847247a0839a71ca01fc9e91d4d7ac6dd | |
parent | c55e2f4bbe11490780c468ea7eec94a2e9a0710d (diff) | |
download | dotfiles-bd9f4a8c57f0618e6de37d31cb3817dfb7a291dc.tar.lz dotfiles-bd9f4a8c57f0618e6de37d31cb3817dfb7a291dc.tar.zst dotfiles-bd9f4a8c57f0618e6de37d31cb3817dfb7a291dc.zip |
Slate: Remove layouts
I'm trying out using just one window per screen.
-rw-r--r-- | host-ap-spotcap.local/slate | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/host-ap-spotcap.local/slate b/host-ap-spotcap.local/slate index d002b5a..e8c675d 100644 --- a/host-ap-spotcap.local/slate +++ b/host-ap-spotcap.local/slate @@ -16,18 +16,6 @@ alias 1-right push right bar-resize:screenSizeX/2 0 alias 2-left push left bar-resize:screenSizeX/2 1 alias 2-right push right bar-resize:screenSizeX/2 1 -layout workLayout "Safari Technology Preview":REPEAT ${1-left} -layout workLayout "Emacs" ${1-right} -layout workLayout "Terminal" ${2-left} -layout workLayout "HipChat" ${2-right} - -layout portable "Emacs" ${1-full} - -default workLayout resolutions:${mon-laptop};${mon-work} -default portable resolutions:${mon-laptop} - -bind return:ctrl;cmd layout workLayout - # Push Bindings bind right:alt;cmd push right bar-resize:screenSizeX/2 bind left:alt;cmd push left bar-resize:screenSizeX/2 |