runner keybind fix: command chaining

This commit is contained in:
KoenDR06 2026-03-23 17:28:33 +01:00
parent 765871000f
commit f6abed51ba

View file

@ -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 \"> \")\"";
}
{