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