diff options
author | terminaldweller <devi@terminaldweller.com> | 2023-05-04 19:24:48 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2023-05-04 19:24:48 +0000 |
commit | 4b0ef68be03ebbe9da56520d62ce372f66a2a12f (patch) | |
tree | fc794093f386283021776ebde9ebea982ccdc617 /.tridactylrc | |
parent | updates (diff) | |
download | scripts-4b0ef68be03ebbe9da56520d62ce372f66a2a12f.tar.gz scripts-4b0ef68be03ebbe9da56520d62ce372f66a2a12f.zip |
update
Diffstat (limited to '.tridactylrc')
-rw-r--r-- | .tridactylrc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.tridactylrc b/.tridactylrc index 601c8e4..b21419a 100644 --- a/.tridactylrc +++ b/.tridactylrc @@ -1,8 +1,10 @@ sanitize tridactyllocal tridactylsync guiset_quiet hoverlink right " autocmd DocStart mail.google.com mode ignore -colourscheme dark -completionfuzziness 1 +set theme dark +set completionfuzziness 1 +set keyboardlayoutforce true +set allowautofocus false " bind tp tabmove -1 " bind tn tabmove +1 @@ -14,3 +16,8 @@ seturl localhost:8889 superignore true blacklistadd mail.google.com/mail blacklistadd mail.terminaldweller.com blacklistadd mail.terminaldweller.com + +command hint_focus hint -; +bind ;C composite hint_focus; !s xdotool key Menu + +" vim: set filetype=tridactyl |