Compare commits

...

2 commits

4 changed files with 6 additions and 1 deletions

View file

@ -30,7 +30,8 @@ declare -A mapper=(
["sway.d"]="$HOME/.config/sway/config.d"
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
["vim"]="$HOME/.config/vim/vimrc"
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg"
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg##template"
["wakatime-project"]="./.wakatime-project"
["waybar"]="$HOME/.config/waybar/"
["xprofile"]="$HOME/.xprofile"
["yadm"]="$HOME/.local/share/yadm/repo.git/config"

View file

@ -39,3 +39,4 @@ default_*.profraw
# Other
*-VBoxHeadless-*.log
.tokeignore
.wakatime-project

View file

@ -33,6 +33,8 @@ def init(c):
'!12ft': 'http://12ft.io/proxy?q={}/',
'!osm': 'https://www.openstreetmap.org/search?query={}',
'!cheatsheet': 'https://cheatsheets.zip/?q={}',
'!timer': 'https://webuhr.de/timer/#countdown=00:{unquoted}',
'!alarm': 'https://webuhr.de/#time={unquoted}',
}
c.url.start_pages = [
'https://rss.serguzim.me/',

View file

@ -10,6 +10,7 @@ exclude =
^TAG_EDITMSG$
^/tmp/
exclude_unknown_project = true
api_key = {{ env.WAKATIME_API_KEY }}
[projectmap]
projects/emgauwa/pkl = emgauwa-pkl
projects/emgauwa/tests = emgauwa-tests