Skip to content

Instantly share code, notes, and snippets.

View evaristocosta's full-sized avatar

Lucas Costa evaristocosta

View GitHub Profile
@evaristocosta
evaristocosta / categorize.cfg
Last active November 2, 2020 01:35
Arquivo de categorização pra uso do timetracker arbtt
-- -*- mode: haskell; -*-
$idle > 60 ==> tag inactive,
current window $program == ["urxvt", "Konsole", "terminator"] ==> tag Graph:term,
current window $title =~ /\.py/ ==> tag Graph:code-python,
current window $title =~ /\.hs/ ==> tag Graph:code-haskell,
current window $title =~ /\.rb/ ==> tag Graph:code-ruby,