Browse Source

Remove stackline

ubuntu_ci
Ein Verne 4 years ago
parent
commit
a147aac68e
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 3
      .gitmodules
  2. 11
      hammerspoon/init.lua
  3. 1
      hammerspoon/stackline

3
.gitmodules vendored

@ -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

11
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)

1
hammerspoon/stackline

@ -1 +0,0 @@
Subproject commit c93a0bd889f5dc1170a87b0ea7d74c85b06283fe
Loading…
Cancel
Save