update
This commit is contained in:
parent
8627a33aa5
commit
c47fe97b0f
5 changed files with 86 additions and 160 deletions
|
|
@ -212,16 +212,16 @@ function showHideBundleId(bundleId)
|
|||
end
|
||||
end
|
||||
|
||||
hs.loadSpoon("MiroWindowsManager")
|
||||
hs.window.animationDuration = 0
|
||||
spoon.MiroWindowsManager:bindHotkeys({
|
||||
up = {modifiers.window, "up"},
|
||||
right = {modifiers.window, "right"},
|
||||
down = {modifiers.window, "down"},
|
||||
left = {modifiers.window, "left"},
|
||||
fullscreen = {modifiers.window, "return"},
|
||||
nextscreen = {modifiers.hyper, "right"}
|
||||
})
|
||||
-- hs.loadSpoon("MiroWindowsManager")
|
||||
-- hs.window.animationDuration = 0
|
||||
-- spoon.MiroWindowsManager:bindHotkeys({
|
||||
-- up = {modifiers.window, "up"},
|
||||
-- right = {modifiers.window, "right"},
|
||||
-- down = {modifiers.window, "down"},
|
||||
-- left = {modifiers.window, "left"},
|
||||
-- fullscreen = {modifiers.window, "return"},
|
||||
-- nextscreen = {modifiers.hyper, "right"}
|
||||
-- })
|
||||
|
||||
|
||||
hs.hotkey.bind(modifiers.hyper, hs.keycodes.map.delete, function() hs.caffeinate.lockScreen() end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue