diff --git a/.gitmodules b/.gitmodules index c826d18..74e463d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,6 +8,3 @@ [submodule "dotbot-asdf"] path = dotbot-asdf url = https://github.com/sobolevn/dotbot-asdf.git -[submodule "hammerspoon/stackline"] - path = hammerspoon/stackline - url = https://github.com/AdamWagner/stackline.git diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index 3aa4493..b259797 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -539,14 +539,3 @@ end ---------------------------------------------------------------------------------------------------- -- Finally we initialize ModalMgr supervisor spoon.ModalMgr.supervisor:enter() - -stackline = require "stackline.stackline.stackline" -local myStackline = { - appearance = { - showIcons = true, -- default is true - }, - features = { - clickToFocus = true - } -} -stackline:init(myStackline) diff --git a/hammerspoon/stackline b/hammerspoon/stackline deleted file mode 160000 index c93a0bd..0000000 --- a/hammerspoon/stackline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c93a0bd889f5dc1170a87b0ea7d74c85b06283fe