Skip to content

northleafup/WinWin.spoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

It is a spoon for hammerspoon

Where is from

Copy and change from Here and There

How to use in MacOs

1. Clone code
cd ~
cd .hammerspoon/Spoons
git clone https://github.com/northleafup/WinWin.spoon.git
2. Update .hammerspoon/init.lua file

You must load spoon ModalMgr like this first

hs.loadSpoon("ModalMgr")

Next, load this spoon

hs.loadSpoon("WinWin")

Then add the following code

spoon.ModalMgr.supervisor:enter()

How to use in MacOs with my config

1. Clone code
cd ~
cd .hammerspoon/Spoons
git clone https://github.com/northleafup/WinWin.spoon.git
2. Load Specify Spoon

please refer this.

How to custome

1. Create private folder

Create yourseft config .If there is no directory "~/.hammerspoon/private", please make it

cd ~
cd .hammerspoon
mkdir private
2. Copy example config

Copy example config

cd ~
cp .hammerspoon/Spoons/WinWin.spoon/WinWin.lua ~/.hammerspoon/private/WinWin.lua
3. Update function obj.bindKey

You can update the function body ,but can not delete this function

Thanks To

https://github.com/ashfinal/awesome-hammerspoon

About

WinWin.spoon for .hammerspoon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages