#!/bin/bash

killall xautolock

#no need to stop cmon
#pkill -f "cmon-daemon"
#pkill -f "cmon_daemon"
pkill -f "pactime-daemon"
pkill -f "pactime_daemon"
pkill -f "pacrez-daemon"
pkill -f "pacrez_daemon"

groovix-root-run-in-display zenity  --width=400  --info --title "Timeout Disabled" --text "Inactivity timeout and quotas are disabled for the rest of this session. " &

echo "groovix timeouts inclusing inactivity, pactime, and pacrrez have been disabled for the rest of this session"


