From cbe79799be7c5714869f788b97ad3d9444998728 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 12 Jul 2019 23:45:49 +0200 Subject: [PATCH] [ADD] Tridactyl default exported configuration --- install.sh | 1 + tridactyl/.config/tridactyl/tridactylrc | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 tridactyl/.config/tridactyl/tridactylrc diff --git a/install.sh b/install.sh index cfe071e..504324c 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/tridactyl/.config/tridactyl/tridactylrc b/tridactyl/.config/tridactyl/tridactylrc new file mode 100644 index 0000000..a171d1c --- /dev/null +++ b/tridactyl/.config/tridactyl/tridactylrc @@ -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: \ No newline at end of file