-
Notifications
You must be signed in to change notification settings - Fork 613
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
Custom -run-command fails to launch any program #375
Comments
hmm I can only reproduce this with zsh. Does it also happen when you do not pass the -i flag to zsh (this fixes it for me). This looks to be not applicable here. |
When using this command from terminal whithout -i: From sxhkd, both with and without -i does nothing, this is the sxhkd config:
|
Are you sure your sxhkd configuration works as expected? It seems that I cannot reproduce from a terminal. Zsh 5.2 here. |
I am unsure why -i is needed for aliases, given it is:
According to manpage. |
Zsh will read:
Usually, you define aliases in |
aah that explains, thx. |
@sardemff7 You were right about the But that still doesn't explain why something like edit: |
I just used back slashes and it seems to have escaped them. This works fine for me:
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
Version: 0.15.12
Configuration
gist
Launch Command
rofi -run-command "zsh -i -c '{cmd}'" -show run
Steps to reproduce
eg: run from sxhkd or using this command from terminal:
rofi -run-command "zsh -c -i '{cmd}'" -key-run F2 &
What behaviour you see
What behaviour you expect to see
The text was updated successfully, but these errors were encountered: