7 lines
183 B
Bash
Executable file
7 lines
183 B
Bash
Executable file
#!/usr/bin/env sh
|
|
# Script to have rofi show and run aliases
|
|
|
|
rofi -rnow -show-icons -matching "prefix" \
|
|
-display-combi "Start:" \
|
|
-display-drun "Start:" \
|
|
-show drun
|