-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tridactylrc
22 lines (18 loc) · 954 Bytes
/
.tridactylrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
" vim: set filetype=tridactyl
" General Settings
set update.lastchecktime 1703802556457
set configversion 2.0
" Cursed autofocus behavior by websites these days...
set allowautofocus false
" phanpy seems to require autofocus to allow the notifications tray to close:
" without it, it can open, and then will remain so until the page reloads
seturl phanpy.social allowautofocus true
" zulip requires autofocus for quote-reply and for image (incl. tenor gif)
" insertion. without it, all of these features are fully broken.
seturl zulipchat.com allowautofocus true
" MS Teams is one of the most incompetently built and awful pieces of
" technology I've ever been forced to use, and Tridactyl unfortunately breaks it
" completely. See for example https://github.com/tridactyl/tridactyl/issues/821.
" So anyway, we'll make these two play more nicely together.
seturl teams.microsoft.com allowautofocus true
seturl teams.microsoft.com modeindicator false