-
Notifications
You must be signed in to change notification settings - Fork 47
Uninstall
Adam Wagner edited this page Jun 6, 2021
·
4 revisions
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.
rm -rf ~/.hammerspoon/stackline
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!