mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
include non-zero animation in macos window movement
This commit is contained in:
parent
7503335701
commit
e7cdfc1453
@ -9,7 +9,7 @@ obj.version = "0.1"
|
||||
obj.license = "MIT - https://opensource.org/licenses/MIT"
|
||||
|
||||
function obj:init()
|
||||
hs.window.animationDuration = 0
|
||||
hs.window.animationDuration = 0.1
|
||||
dofile(hs.spoons.resourcePath("worklayout.lua"))()
|
||||
-- bind hotkey
|
||||
hs.hotkey.bind({ "alt", "ctrl", "cmd" }, "n", function()
|
||||
|
Loading…
Reference in New Issue
Block a user