From 14bb9c8af04d28aae3bcd88734ac8d27934b6492 Mon Sep 17 00:00:00 2001 From: srv Date: Tue, 6 May 2025 03:25:16 -0500 Subject: Improve filename and remove innecesary validation wmctrl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c161fa0..f1dc949 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Comando ^1 ^touch "$HOME/.automatisiere-lieblingstexte.pause.switch" && while ``` #!/bin/dash -mytext='$HOME/automatisiere-lieblingstexte-der-texte.txt' +mytext='/tmp/automatisiere-lieblingstexte-der-texte.txt' if [ ! -f $mytext ]; then exit 0 fi -- cgit v1.2.3