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"
|
||||
["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"
|
||||
|
|
|
@ -39,3 +39,4 @@ default_*.profraw
|
|||
# Other
|
||||
*-VBoxHeadless-*.log
|
||||
.tokeignore
|
||||
.wakatime-project
|
||||
|
|
|
@ -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/',
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue