[ADD] Tridactyl default exported configuration
This commit is contained in:
parent
ff8527babb
commit
cbe79799be
|
@ -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
|
||||
|
||||
|
|
9
tridactyl/.config/tridactyl/tridactylrc
Normal file
9
tridactyl/.config/tridactyl/tridactylrc
Normal 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:
|
Loading…
Reference in a new issue