mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 03:21:40 +02:00
5 lines
116 B
Bash
5 lines
116 B
Bash
mkdir -p $HOME/xmacros
|
|
|
|
register=$(ls $HOME/xmacros | rofi -dmenu)
|
|
|
|
xmacroplay "$DISPLAY" < $HOME/xmacros/$register
|