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

make text editor shake as option #63

Closed
Andrew-liu opened this issue Dec 3, 2015 · 7 comments
Closed

make text editor shake as option #63

Andrew-liu opened this issue Dec 3, 2015 · 7 comments

Comments

@Andrew-liu
Copy link

When I use The activate-power-mode, it is very excited! But I hope the funciton of shaking is an option.

If you have time to do it, I will appreciate. Thanks

@markpanado
Copy link

Yeah, agreed! Shakes hurt my eyes.. I just installed Atom because of this cool plugin, lol.

@grjiq
Copy link

grjiq commented Dec 3, 2015

I agree.

@grjiq
Copy link

grjiq commented Dec 3, 2015

I change the intensity in activate-power-mode.coffee to 0. Now it doesn't shake any more.

@markpanado
Copy link

Thanks for the tip @grjiq it doesn't shake anymore!

screen shot 2015-12-04 at 1 02 26 am

@Andrew-liu
Copy link
Author

as per 0.4.1 the config config.cson will be

"*":
  "activate-power-mode":
    screenShake:
      enabled: false

before 0.4.1, I'm very appreciate @grjiq @markpanado , I have solved the problem!

$  cd ~/.atom/packages/activate-power-mode/lib
$ vim activate-power-mode.coffee
# comment below code and chang it
# intensity = 1 + 2 * Math.random()
intensity = 0

finally, reload the Atom

@JoelBesada JoelBesada mentioned this issue Dec 6, 2015
6 tasks
@andytaiyi andytaiyi mentioned this issue Dec 6, 2015
@JoelBesada
Copy link
Owner

Fixed in 0.4.0.

@RyShovan
Copy link

In activate-power-mode version 1.10, I opened the 'config-schema.coffee' file and changed the default value of screenShake to false. Restarted atom. and it stopped shaking.
config-schema

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

5 participants