Removed hardcoded colon from rofi prompt

This commit is contained in:
agryphus 2023-11-17 17:43:02 -05:00
parent cb44890c3d
commit 40ae8fa74b
5 changed files with 20 additions and 14 deletions

View file

@ -4,6 +4,6 @@
rofi -run-list-command "alias | awk -F= \"{print \\\$1}\"" \
-run-command "/usr/bin/env zsh -i -c '{cmd}'" \
-rnow -show-icons -matching "prefix" \
-display-combi "Start" \
-display-combi "Start:" \
-show combi -combi-modes "drun,run"