-
Hey there, I am a new user trying to make space switching work.
I've installed the lastest version and the scripting addition according to the wiki, together with the example config (comment sign before Running I discovered that my Running This I assume means that sudo is not allowing the scripting addition to be executed as root without a password. I used the one-liner from the wiki to create
Any pointers? I tried to follow the wiki strictly, everything except this weird sudo error looks good... Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
First string in that file should be your username, not echo "$(whoami) ALL=(root) NOPASSWD: sha256:$(shasum -a 256 $(which yabai) | cut -d " " -f 1) $(which yabai) --load-sa" If you run that it will print what you need to add to the file, notice |
Beta Was this translation helpful? Give feedback.
First string in that file should be your username, not
root
.If you run that it will print what you need to add to the file, notice
whoami
command, if you did run it before you must have ran it as root. Run it as your regular user instead.