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? --- TODO.org | 1 - dotfiles/system/.local/bin/touchpad-app | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.org b/TODO.org index 942788b..871a7ec 100644 --- a/TODO.org +++ b/TODO.org @@ -6,7 +6,6 @@ *** TODO adwaita-color-schemes *** TODO tor-browser *** TODO multi-markdown -*** TODO vagrant ** TODO [#B] Fix Printer Installation on Velox ** TODO [#C] Add to slock for security 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