===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
killer-0.90/debian/patches/consoleuser-xprintidle.patch-23-+    my ( $user ) = @_;
killer-0.90/debian/patches/consoleuser-xprintidle.patch:24:+    my $idletime_ms = `su $user -c 'DISPLAY=:0 xprintidle' 2>/dev/null < /dev/null`;
killer-0.90/debian/patches/consoleuser-xprintidle.patch-25-+    chomp $idletime_ms;
##############################################
killer-0.90/.pc/consoleuser-logind.patch/killer-989-    my ( $user ) = @_;
killer-0.90/.pc/consoleuser-logind.patch/killer:990:    my $idletime_ms = `su $user -c 'DISPLAY=:0 xprintidle' 2>/dev/null < /dev/null`;
killer-0.90/.pc/consoleuser-logind.patch/killer-991-    chomp $idletime_ms;
##############################################
killer-0.90/.pc/handle-ps-name-truncate.patch/killer-1006-    my ( $user ) = @_;
killer-0.90/.pc/handle-ps-name-truncate.patch/killer:1007:    my $idletime_ms = `su $user -c 'DISPLAY=:0 xprintidle' 2>/dev/null < /dev/null`;
killer-0.90/.pc/handle-ps-name-truncate.patch/killer-1008-    chomp $idletime_ms;
##############################################
killer-0.90/killer-1006-    my ( $user ) = @_;
killer-0.90/killer:1007:    my $idletime_ms = `su $user -c 'DISPLAY=:0 xprintidle' 2>/dev/null < /dev/null`;
killer-0.90/killer-1008-    chomp $idletime_ms;