sxmo_lisgdstart: log output to file

Useful when identifying/debugging lisgd crashes, and other strange behavior.

The log location is the same place where dwm logs to, so this seemed
appropriate.

Signed-off-by: Anjandev Momi <anjan@momi.ca>
master
Clayton Craft 4 years ago committed by Anjandev Momi
parent bbece6a657
commit 355f68652e
  1. 2
      scripts/core/sxmo_lisgdstart.sh

@ -45,5 +45,5 @@ else
-g '1,UD,R,*,P,sxmo_inputhandler.sh scrolldown_short' \
-g '1,LR,R,S,sxmo_inputhandler.sh scrollright_short' \
-g '1,RL,L,S,sxmo_inputhandler.sh scrollleft_short' \
&
>"$CACHEDIR/lisgd.log" 2>&1 &
fi

Loading…
Cancel
Save