added permaclip and made macros more reproducable n stuff

This commit is contained in:
Schrottkatze 2022-09-12 17:00:34 +02:00
parent bd39e7bd6f
commit 88d91caaac
5 changed files with 50 additions and 1 deletions

View file

@ -1,3 +1,5 @@
mkdir -p $HOME/xmacros
register=$(ls $HOME/xmacros | rofi -dmenu)
count=$(echo "2;5;10;20;50;100" | rofi -dmenu -sep ";" -l 5)

View file

@ -1,3 +1,5 @@
mkdir -p $HOME/xmacros
register=$(ls $HOME/xmacros | rofi -dmenu)
xmacroplay "$DISPLAY" < $HOME/xmacros/$register

View file

@ -1,3 +1,5 @@
mkdir -p $HOME/xmacros
register=$(ls $HOME/xmacros | rofi -dmenu)
count=$(echo "2;5;10;20;50;100" | rofi -dmenu -sep ";" -l 5)