summaryrefslogtreecommitdiff
path: root/dotfiles/system/.local/bin/touchpad-indicator-start
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.local/bin/touchpad-indicator-start')
-rwxr-xr-xdotfiles/system/.local/bin/touchpad-indicator-start12
1 files changed, 0 insertions, 12 deletions
diff --git a/dotfiles/system/.local/bin/touchpad-indicator-start b/dotfiles/system/.local/bin/touchpad-indicator-start
deleted file mode 100755
index 1ca9096..0000000
--- a/dotfiles/system/.local/bin/touchpad-indicator-start
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-# attempts to launch touchpad-indicator
-
-logdir="$HOME/.local/var/log/"
-[ -d $logdir ] || mkdir -p "$logdir"
-logfile="$logdir/$(date +%Y-%m-%d_%H-%M-%S-%3N.touchpad-indicator.log)"
-
-# for whatever reason, it has to be run twice?
-echo "$(date): Starting touchpad-indicator" >> "$logfile" 2>&1
-sleep 5 && touchpad-indicator >> $logfile 2>&1
-echo "$(date): Starting touchpad-indicator again" >> "$logfile" 2>&1
-sleep 5 && touchpad-indicator >> $logfile 2>&1