Skip to content

make text editor shake as option #63

@Andrew-liu

Description

@Andrew-liu

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

Activity

markpanado

markpanado commented on Dec 3, 2015

@markpanado

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

grjiq

grjiq commented on Dec 3, 2015

@grjiq

I agree.

grjiq

grjiq commented on Dec 3, 2015

@grjiq

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

markpanado

markpanado commented on Dec 3, 2015

@markpanado

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

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

Andrew-liu

Andrew-liu commented on Dec 4, 2015

@Andrew-liu
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 commented on Dec 6, 2015

@JoelBesada
Owner

Fixed in 0.4.0.

RyShovan

RyShovan commented on Nov 28, 2016

@RyShovan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @JoelBesada@markpanado@Andrew-liu@grjiq@RyShovan

        Issue actions

          make text editor shake as option · Issue #63 · JoelBesada/activate-power-mode