-
Notifications
You must be signed in to change notification settings - Fork 127
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
Comments
Same, i use windows 10, does anyone know? |
Create an alias that outputs one of the lines that hyperpower is looking for, e.g. in .bashrc add this:
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 |
This line prevents hyperpower from recognizing the exact pattern when editing in the terminal:
It splits the string into two pieces. Only when you run the alias, |
I am using Ubuntu 20.04 and I am facing the same problem, I made the alias and it seems to work |
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 :-) |
A quick solution |
I tried
wow
andWOW_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.
The text was updated successfully, but these errors were encountered: