mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
The grid library built-in to Hammerspoon now has the patch
This commit is contained in:
@@ -68,6 +68,5 @@ endef
|
|||||||
#
|
#
|
||||||
|
|
||||||
$(eval $(call dep-file,inspect.lua,"https://github.com/kikito/inspect.lua/raw/v3.1.0/inspect.lua"))
|
$(eval $(call dep-file,inspect.lua,"https://github.com/kikito/inspect.lua/raw/v3.1.0/inspect.lua"))
|
||||||
$(eval $(call dep-file,ext/grid.lua,"https://github.com/Hammerspoon/hammerspoon/raw/master/extensions/grid/init.lua"))
|
|
||||||
$(eval $(call dep-spoon,RoundedCorners,"https://github.com/Hammerspoon/Spoons/raw/master/RoundedCorners.zip"))
|
$(eval $(call dep-spoon,RoundedCorners,"https://github.com/Hammerspoon/Spoons/raw/master/RoundedCorners.zip"))
|
||||||
$(eval $(call dep-spoon,HeadphoneAutoPause,"https://github.com/Hammerspoon/Spoons/raw/master/HeadphoneAutoPause.zip"))
|
$(eval $(call dep-spoon,HeadphoneAutoPause,"https://github.com/Hammerspoon/Spoons/raw/master/HeadphoneAutoPause.zip"))
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
-- luacheck: read_globals hs
|
-- luacheck: read_globals hs
|
||||||
|
|
||||||
local mouse = require('hs.mouse')
|
local mouse = require('hs.mouse')
|
||||||
local grid = require('ext.grid')
|
local grid = require('hs.grid')
|
||||||
|
|
||||||
-- configuration
|
-- configuration
|
||||||
local wm = {
|
local wm = {
|
||||||
|
|||||||
Reference in New Issue
Block a user