From 23a1ba93b8f1019690f01cefc610ce7f633c76b0 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 27 May 2026 14:32:14 -0400 Subject: [PATCH] Minor updates to a couple of scripts. --- scripts/find_mouse.sh | 10 ++++++++++ scripts/slideshow_record_toggle.sh | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/scripts/find_mouse.sh b/scripts/find_mouse.sh index d6f697a..efce935 100755 --- a/scripts/find_mouse.sh +++ b/scripts/find_mouse.sh @@ -1,5 +1,15 @@ #!/usr/bin/env bash +# This file is part of I38. + +# I38 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. + +# I38 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License along with I38. If not, see . + # Move the mouse pointer to the center of the focused window. if ! command -v xdotool &> /dev/null; then diff --git a/scripts/slideshow_record_toggle.sh b/scripts/slideshow_record_toggle.sh index 6c5a9f7..e64bb9e 100755 --- a/scripts/slideshow_record_toggle.sh +++ b/scripts/slideshow_record_toggle.sh @@ -1,4 +1,15 @@ #!/usr/bin/env bash + +# This file is part of I38. + +# I38 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, +# either version 3 of the License, or (at your option) any later version. + +# I38 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License along with I38. If not, see . + set -euo pipefail pidFile="/tmp/i38SlideshowRecord.pid"