Uninstall - AdamWagner/stackline GitHub Wiki
Uninstall stackline
Uninstalling stackline is as easy as deleting the module from your hammerspoon config directory and deleting any stackline-related lines from your init.lua file.
Note that if you want to temporarily disable stackline, you can simply comment out
require "stackline.stackline.stackline" in your init.lua file.
1. Remove the stackline module from your hammerspoon config
rm -rf ~/.hammerspoon/stackline
2. Remove stackline initializer from init.lua
The second and final step is to delete the line below from your init.lua file. Also remove any stackline keybindings or configuration you may have added.
local stackline = require "stackline"
That's it! Easy!