nixrice/.local/bin/menu-run
2023-11-17 17:43:02 -05:00

9 lines
294 B
Bash
Executable file

#!/usr/bin/env sh
# Script to have rofi show and run aliases
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:" \
-show combi -combi-modes "drun,run"