3 lines
92 B
Bash
3 lines
92 B
Bash
register=$(ls $HOME/xmacros | rofi -dmenu)
|
|
|
|
xmacroplay "$DISPLAY" < $HOME/xmacros/$register
|