diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | run.sh | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -4,7 +4,7 @@ You need first install - sudo apt install git xsel xclip xdotool dash l3afpad yad wmctrl xterm + sudo apt install git xsel xclip xdotool dash l3afpad yad wmctrl Nota echo -n 1 debe comenzar en 1 el archivo $HOME/.contador.automatisiere-lieblingstexte.log @@ -7,8 +7,7 @@ if echo -n $1 | grep -q start; then OLD=$(echo -n $(mktemp -u | cut -d. -f2)) mv "$archivo" "${archivo}.${OLD}.txt" fi - # Abre una ventana de xterm que ejecuta "dash run" - xterm -hold -e "bash $HOME/automatisiere-lieblingstexte/yad-panel.sh" & + bash $HOME/automatisiere-lieblingstexte/yad-panel.sh fi if echo -n $1 | grep -q 'Z9SWsMuc89'; then |