I hereby claim:
- I am flatcap on github.
- I am flatcap (https://keybase.io/flatcap) on keybase.
- I have a public key whose fingerprint is 69AD 1D63 6AC2 92E8 2065 8C16 EBC1 50E4 B5DA 63DF
To claim this, I am signing this object:
| #!/bin/bash | |
| # while sleep 60; do info=$(xwininfo -all -id "$(xprop -root|sed -n '/ACTIVE_WINDOW(/s/.*#//p')");echo $(date +"%F %T"): $(ps h -o %a $(awk '/Process id:/{print $3}'<<<"$info")) \"$(awk -F\" '/"/{print $2}'<<<"$info")\";done>>logfile | |
| while sleep 60; do | |
| info=$(xwininfo -all -id "$(xprop -root | sed -n '/ACTIVE_WINDOW(/s/.*#//p')") | |
| echo $(date +"%F %T"): $(ps h -o %a $(awk '/Process id:/{print $3}' <<< "$info")) \"$(awk -F\" '/"/{print $2}' <<< "$info")\" | |
| done >> logfile |
| // gcc -Wall idletime.c -o idletime -L/usr/X11R6/lib/ -lX11 -lXext -lXss | |
| #include <stdio.h> | |
| #include <X11/extensions/scrnsaver.h> | |
| int main() | |
| { | |
| XScreenSaverInfo *info = XScreenSaverAllocInfo(); | |
| Display *display = XOpenDisplay (NULL); | |
| if (display == NULL) { |
| # A wrapper around ssh to automatically provide logging and session handling. | |
| # This function runs ssh, which runs screen, which runs script. | |
| # Requirements: | |
| # * Log sessions on a remote server | |
| # * Transparent - nothing extra to type | |
| # * No installation - nothing to copy to the server beforehand | |
| # Features: | |
| # * Function wrapper delegating to ssh |
| #!/bin/bash | |
| TEST_LIST=() | |
| FORMAT_LIST=() | |
| IFS="" | |
| while :; do | |
| read -p "Test: " TEST | |
| [ -z "$TEST" ] && break; |
| mailboxes "=mutt" | |
| mailboxes "=mutt.arch" | |
| mailboxes "=mutt.debian" | |
| mailboxes "=mutt.dev" | |
| mailboxes "=mutt.kz" | |
| mailboxes "=mutt.neo" | |
| mailboxes "=mutt.suse" | |
| mailboxes "=mutt.travis" | |
| mailboxes "=mutt.users" |
| # Common Crypto Options | |
| set crypt_auto_encrypt = no # Automatically encrypt all mail | |
| set crypt_auto_pgp = yes # Allow automatic pgp functions | |
| set crypt_auto_sign = no # Automatically sign all mail | |
| set crypt_auto_smime = yes # Allow automatic smime functions | |
| set crypt_confirm_hook = yes | |
| set crypt_opportunistic_encrypt = no | |
| set crypt_reply_encrypt = yes | |
| set crypt_reply_sign = yes | |
| set crypt_reply_sign_encrypted = yes |
| #!/bin/bash | |
| eval REPO="${1:-~/neo-docs}" | |
| cp "$REPO"/doc/chunk.xsl . | |
| cp "$REPO"/doc/manual.xml . | |
| cp "$REPO"/doc/mutt.css . | |
| cp "$REPO"/doc/mutt.xsl . | |
| # The devel features are not merged into neomutt, so insert them now |
| #!/bin/sh | |
| gedit "$1" & | |
| sleep 2 | |
| exit 0 |
I hereby claim:
To claim this, I am signing this object: