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 /run.sh | |
parent | 3dc8f32d62e37ca1d66d80a9bc0a3838d3bc4b0d (diff) |
Improve ways to run inside Wayland
Diffstat (limited to 'run.sh')
-rw-r--r-- | run.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |