move some files around
This commit is contained in:
parent
df402becef
commit
5bc1b7fc2b
29 changed files with 197 additions and 247 deletions
9
other/scripts/desktop/macros/play-loop.sh
Normal file
9
other/scripts/desktop/macros/play-loop.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
mkdir -p $HOME/xmacros
|
||||
|
||||
register=$(ls $HOME/xmacros | rofi -dmenu)
|
||||
count=$(echo "2;5;10;20;50;100" | rofi -dmenu -sep ";" -l 5)
|
||||
|
||||
for i in $(seq $count); do
|
||||
echo $i
|
||||
xmacroplay "$DISPLAY" < $HOME/xmacros/$register
|
||||
done
|
5
other/scripts/desktop/macros/play.sh
Normal file
5
other/scripts/desktop/macros/play.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
mkdir -p $HOME/xmacros
|
||||
|
||||
register=$(ls $HOME/xmacros | rofi -dmenu)
|
||||
|
||||
xmacroplay "$DISPLAY" < $HOME/xmacros/$register
|
5
other/scripts/desktop/macros/record.sh
Normal file
5
other/scripts/desktop/macros/record.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
mkdir -p $HOME/xmacros
|
||||
|
||||
register=$(ls $HOME/xmacros | rofi -dmenu)
|
||||
|
||||
xmacrorec2 > $HOME/xmacros/$register
|
Loading…
Add table
Add a link
Reference in a new issue