Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only the window management #38

Closed
scottming opened this issue Jul 3, 2017 · 3 comments
Closed

Only the window management #38

scottming opened this issue Jul 3, 2017 · 3 comments

Comments

@scottming
Copy link

I like this hammerspoon config, it's awesome, but I just want the part of window management, how can I get it?

@ashfinal
Copy link
Owner

ashfinal commented Jul 3, 2017

See customization section.

Create ~/.hammerspoon/private/awesomeconfig.lua file, add those lines:

 module_list = {
     "modes/basicmode",
 }

Reload your config, then you should get what you wanted.

@scottming
Copy link
Author

scottming commented Jul 4, 2017

Thanks, I got it.
If I want to hide the shortcut list image or make it transparent, which code should I modify? I think it blocked my sight.

@ashfinal
Copy link
Owner

ashfinal commented Jul 4, 2017

Add a line into ~/.hammerspoon/private/awesomeconfig.lua :

show_resize_tips = false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants