[ADD] Tridactyl default exported configuration

This commit is contained in:
Bruno BELANYI 2019-07-12 23:45:49 +02:00
parent ff8527babb
commit cbe79799be
2 changed files with 10 additions and 0 deletions

View file

@ -8,6 +8,7 @@ stow -t ~ git
stow -t ~ i3
stow -t ~ i3blocks
stow -t ~ ranger
stow -t ~ tridactyl
stow -t ~ vim
stow -t ~ zsh

View file

@ -0,0 +1,9 @@
" General Settings
set configversion 1.7
js tri.config.set("update", {"lastchecktime": 1562966284143})
js tri.config.set("update", {"nag": true})
js tri.config.set("update", {"nagwait": 7})
js tri.config.set("update", {"lastnaggedversion": "1.14.0"})
js tri.config.set("update", {"checkintervalsecs": 86400})
" vim: set filetype=vim: