Compare commits
2 commits
735040891e
...
2d9a99e3f0
Author | SHA1 | Date | |
---|---|---|---|
2d9a99e3f0 | |||
ef79c8b5ef |
4 changed files with 6 additions and 1 deletions
3
.bin/.e
3
.bin/.e
|
@ -30,7 +30,8 @@ declare -A mapper=(
|
||||||
["sway.d"]="$HOME/.config/sway/config.d"
|
["sway.d"]="$HOME/.config/sway/config.d"
|
||||||
["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##template"
|
||||||
|
["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/',
|
||||||
|
|
|
@ -10,6 +10,7 @@ exclude =
|
||||||
^TAG_EDITMSG$
|
^TAG_EDITMSG$
|
||||||
^/tmp/
|
^/tmp/
|
||||||
exclude_unknown_project = true
|
exclude_unknown_project = true
|
||||||
|
api_key = {{ env.WAKATIME_API_KEY }}
|
||||||
[projectmap]
|
[projectmap]
|
||||||
projects/emgauwa/pkl = emgauwa-pkl
|
projects/emgauwa/pkl = emgauwa-pkl
|
||||||
projects/emgauwa/tests = emgauwa-tests
|
projects/emgauwa/tests = emgauwa-tests
|
Loading…
Reference in a new issue