Add wakatime utils and add qutebrowser timer/alarm

This commit is contained in:
Tobias Reisinger 2024-12-12 15:15:24 +01:00
parent 735040891e
commit ef79c8b5ef
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 4 additions and 0 deletions

View file

@ -31,6 +31,7 @@ declare -A mapper=(
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
["vim"]="$HOME/.config/vim/vimrc"
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg"
["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/',