diff options
author | Alan Pearce | 2016-09-28 15:52:31 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-28 15:52:31 +0200 |
commit | ac14b9229f990fe31f36ebba864708b23965a598 (patch) | |
tree | 3cf1997349e18609f2ef513c0fead9301c383529 /host-ap-spotcap.local/slate | |
parent | 5fd2b8a8f56d43b4723040be3fa1eece9db30bac (diff) | |
download | nixfiles-ac14b9229f990fe31f36ebba864708b23965a598.tar.lz nixfiles-ac14b9229f990fe31f36ebba864708b23965a598.tar.zst nixfiles-ac14b9229f990fe31f36ebba864708b23965a598.zip |
Slate: Move focus keybindings
cmd-arrows are often used in macOS itself, for finder and browsers
Diffstat (limited to 'host-ap-spotcap.local/slate')
-rw-r--r-- | host-ap-spotcap.local/slate | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/host-ap-spotcap.local/slate b/host-ap-spotcap.local/slate index 51169c19..da60e6f0 100644 --- a/host-ap-spotcap.local/slate +++ b/host-ap-spotcap.local/slate @@ -46,10 +46,10 @@ bind down:ctrl;alt;cmd throw down resize bind f:cmd;shift move screenOriginX;screenOriginY screenSizeX;screenSizeY # Focus Bindings -bind right:cmd focus right -bind left:cmd focus left -bind up:cmd focus up -bind down:cmd focus down +bind right:cmd;shift focus right +bind left:cmd;shift focus left +# bind up:cmd;shift focus up +# bind down:cmd;shift focus down bind up:cmd;shift focus behind bind down:cmd;shift focus behind |