Skip to content

Instantly share code, notes, and snippets.

@DustinAlandzes
Created June 2, 2017 20:14
Show Gist options
  • Save DustinAlandzes/c241f0a70a83194779cb9dd7fe66249d to your computer and use it in GitHub Desktop.
Save DustinAlandzes/c241f0a70a83194779cb9dd7fe66249d to your computer and use it in GitHub Desktop.
<!-- Kill /usr/bin/mono and omxplayer-->
<keybind key="C-S-k">
<action name="Execute">
<command>pkill -f omxplayer</command>
</action>
<action name="Execute">
<command>pkill -f mono</command>
</action>
</keybind>
<!-- Pull up NCompass Manager -->
<keybind key="C-S-g">
<action name="Execute">
<command>/usr/bin/mono /home/pi/NCompass/Management/NCompassServiceInst$
</action>
</keybind>
*/15 * * * * echo on 0 | cec-client -s -d 1 # JOB_ID_1
*/17 * * * * /usr/bin/python /usr/share/gnome-schedule/xwrapper.py c 2 # JOB_ID$
0 0 * * * /sbin/shutdown -r now # JOB_ID_1
0 * * * * bash /home/pi/checkwifi.sh # JOB_ID_2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment