From c8787e17351cc970c91bf8a5df39a31960218e3c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 May 2025 17:36:06 -0500 Subject: running touchpad-indicator twice works? --- dotfiles/system/.local/bin/touchpad-app | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dotfiles/system') diff --git a/dotfiles/system/.local/bin/touchpad-app b/dotfiles/system/.local/bin/touchpad-app index 6310c6d..7b7949c 100755 --- a/dotfiles/system/.local/bin/touchpad-app +++ b/dotfiles/system/.local/bin/touchpad-app @@ -1,3 +1,5 @@ #!/bin/sh -/usr/bin/touchpad-indicator & \ No newline at end of file +# for whatever reason, it has to be run twice? +/usr/bin/touchpad-indicator & +/usr/bin/touchpad-indicator & -- cgit v1.2.3