Add wakatime utils and add qutebrowser timer/alarm
This commit is contained in:
parent
735040891e
commit
ef79c8b5ef
3 changed files with 4 additions and 0 deletions
1
.bin/.e
1
.bin/.e
|
@ -31,6 +31,7 @@ declare -A mapper=(
|
||||||
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
|
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
|
||||||
["vim"]="$HOME/.config/vim/vimrc"
|
["vim"]="$HOME/.config/vim/vimrc"
|
||||||
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg"
|
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg"
|
||||||
|
["wakatime-project"]="./.wakatime-project"
|
||||||
["waybar"]="$HOME/.config/waybar/"
|
["waybar"]="$HOME/.config/waybar/"
|
||||||
["xprofile"]="$HOME/.xprofile"
|
["xprofile"]="$HOME/.xprofile"
|
||||||
["yadm"]="$HOME/.local/share/yadm/repo.git/config"
|
["yadm"]="$HOME/.local/share/yadm/repo.git/config"
|
||||||
|
|
|
@ -39,3 +39,4 @@ default_*.profraw
|
||||||
# Other
|
# Other
|
||||||
*-VBoxHeadless-*.log
|
*-VBoxHeadless-*.log
|
||||||
.tokeignore
|
.tokeignore
|
||||||
|
.wakatime-project
|
||||||
|
|
|
@ -33,6 +33,8 @@ def init(c):
|
||||||
'!12ft': 'http://12ft.io/proxy?q={}/',
|
'!12ft': 'http://12ft.io/proxy?q={}/',
|
||||||
'!osm': 'https://www.openstreetmap.org/search?query={}',
|
'!osm': 'https://www.openstreetmap.org/search?query={}',
|
||||||
'!cheatsheet': 'https://cheatsheets.zip/?q={}',
|
'!cheatsheet': 'https://cheatsheets.zip/?q={}',
|
||||||
|
'!timer': 'https://webuhr.de/timer/#countdown=00:{unquoted}',
|
||||||
|
'!alarm': 'https://webuhr.de/#time={unquoted}',
|
||||||
}
|
}
|
||||||
c.url.start_pages = [
|
c.url.start_pages = [
|
||||||
'https://rss.serguzim.me/',
|
'https://rss.serguzim.me/',
|
||||||
|
|
Loading…
Reference in a new issue