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

Can't turn on wow mode #81

Open
Suzie97 opened this issue May 3, 2021 · 5 comments
Open

Can't turn on wow mode #81

Suzie97 opened this issue May 3, 2021 · 5 comments

Comments

@Suzie97
Copy link

Suzie97 commented May 3, 2021

I tried wow and WOW_MODE_TOGGLE. I can't turn it on though. What is the correct command??

I'm using elementary OS 5.1.7 based on Ubuntu 18.04.

@angelnext
Copy link

angelnext commented May 9, 2021

Same, i use windows 10, does anyone know?

@rogererens
Copy link

rogererens commented May 24, 2021

I tried wow and WOW_MODE_TOGGLE. I can't turn it on though. What is the correct command??

I'm using elementary OS 5.1.7 based on Ubuntu 18.04.

Create an alias that outputs one of the lines that hyperpower is looking for, e.g. in .bashrc add this:

alias wow="echo wow: command not found"

Use a GUI-editor to add the alias to your .bashrc; when you use a terminal-based editor, hyper will interfere by interpreting the line to trigger hyperpower. Fun stuff to try out later!

I could find the lines that hyperpower is looking for in
~/.hyper_plugins/node_modules/hyperpower/index.js

@rogererens
Copy link

rogererens commented May 25, 2021

This line prevents hyperpower from recognizing the exact pattern when editing in the terminal:

alias wow="echo 'wow:' 'command not found'"

It splits the string into two pieces. Only when you run the alias, echo concatenates them to form the output pattern that triggers hyperpower.

@slashtechno
Copy link

slashtechno commented Jun 28, 2021

I tried wow and WOW_MODE_TOGGLE. I can't turn it on though. What is the correct command??

I'm using elementary OS 5.1.7 based on Ubuntu 18.04.

I am using Ubuntu 20.04 and I am facing the same problem, I made the alias and it seems to work

@outlan
Copy link

outlan commented Nov 9, 2022

The proper command is "wowmode". I had to actually dig through the code to determine this. The docs don't explain it at all. Take note, developer.

I created an alias for "wow" to make it easier :-)

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