You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue, but on hlwm. Can't use herbstluftclient keybinds to spawn the script. Checked that PATH has .local/bin and copied the script as in the instructions.
I happened to get it working, The instructions aren't very clear,
I made the script executable along with changing the name of the file to "rofi-power-menu.sh"
Then to run the power-menu script you have to add the path to the rofi-power-menu script that you saved it in
Example: rofi -show power-menu -modi power-menu: ~/script-path/rofi-power-menu.sh
You can also add it as a sidebar-mode item Example: rofi -modi run,drun,window,power-menu:'PathToScript/rofi-power-menu.sh' -show drun -sidebar-mode
When using the terminal, i run rofi-power-menu using the following command:
rofi -show power-menu -modi power-menu:rofi-power-menu
and it works just fine. However, the exact same command in sxhkd, when executed with a keybind, returns with the following error:
I have also added ./local/bin to my path in .zshrc:
PATH=$PATH:/home/jaami/.local/bin
I'm pretty confused on what is going on here...
The text was updated successfully, but these errors were encountered: