diff options
author | Alan Pearce | 2016-09-26 17:12:05 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-26 17:12:05 +0200 |
commit | 896752d299eb1a8376215e540a753564976b2961 (patch) | |
tree | 3a95921df6983d6a2fe78cdf4e9659f94f167e44 | |
parent | fe5a7815a298734860c375452d747cc7644f492b (diff) | |
download | nixfiles-896752d299eb1a8376215e540a753564976b2961.tar.lz nixfiles-896752d299eb1a8376215e540a753564976b2961.tar.zst nixfiles-896752d299eb1a8376215e540a753564976b2961.zip |
Slate: Add keybind to set work layout
-rw-r--r-- | host-ap-spotcap.local/slate | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host-ap-spotcap.local/slate b/host-ap-spotcap.local/slate index 05a50858..72cfb022 100644 --- a/host-ap-spotcap.local/slate +++ b/host-ap-spotcap.local/slate @@ -26,6 +26,8 @@ layout portable "Emacs" ${1-full} default workLayout resolutions:${mon-laptop};${mon-work} default portable resolutions:${mon-laptop} +bind enter:ctrl layout workLayout + # Push Bindings bind right:alt;cmd push right bar-resize:screenSizeX/2 bind left:alt;cmd push left bar-resize:screenSizeX/2 |