summaryrefslogtreecommitdiff
path: root/dotfiles/system
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system')
-rwxr-xr-xdotfiles/system/.local/bin/touchpad-app4
1 files changed, 3 insertions, 1 deletions
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 &