mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-06 07:36:23 +01:00
6 lines
116 B
Bash
6 lines
116 B
Bash
mkdir -p $HOME/xmacros
|
|
|
|
register=$(ls $HOME/xmacros | rofi -dmenu)
|
|
|
|
xmacroplay "$DISPLAY" < $HOME/xmacros/$register
|