runner keybind fix: command chaining
This commit is contained in:
parent
765871000f
commit
f6abed51ba
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ in {
|
|||
mods = ["SUPER"];
|
||||
key = "SLASH";
|
||||
dispatcher = "exec";
|
||||
params = "pkill fuzzel || $(fuzzel --cache /dev/null --dmenu --placeholder \"Run shell command: \" -I --prompt-only \"> \")";
|
||||
params = "pkill fuzzel || bash -c \"$(fuzzel --cache /dev/null --dmenu --placeholder \"Run shell command: \" -I --prompt-only \"> \")\"";
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue