diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-06 04:05:53 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-06 04:05:53 -0500 |
commit | 29bc01004819ebf8c6fb854c33471e55865f715d (patch) | |
tree | c4bb7e3cd95bffb022bab4b8118079f1f1c6fd5d | |
parent | 3dc8f32d62e37ca1d66d80a9bc0a3838d3bc4b0d (diff) |
Improve ways to run inside Wayland
-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 |