From 458cf8627b2bebbe0eb518f617c4c7149468075d Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 4 Mar 2025 05:06:48 +0100
Subject: [PATCH] Add firefox stuff.

---
 testing/aptmark/desktop           |  3 +++
 testing/home/desktop/.tridactylrc | 18 ++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 testing/home/desktop/.tridactylrc

diff --git a/testing/aptmark/desktop b/testing/aptmark/desktop
index af1d113..2bdbe7d 100644
--- a/testing/aptmark/desktop
+++ b/testing/aptmark/desktop
@@ -13,4 +13,7 @@ calc
 foot
 # for e.g. chromium to work (and to disappear certain error messages)
 xwayland
+# for firefox and tridactyl
+curl
+firefox-esr
 
diff --git a/testing/home/desktop/.tridactylrc b/testing/home/desktop/.tridactylrc
new file mode 100644
index 0000000..8da0831
--- /dev/null
+++ b/testing/home/desktop/.tridactylrc
@@ -0,0 +1,18 @@
+# sanitize tridactyllocal tridactylsync
+# guiset tabs always 
+# guiset hoverlink left
+# guiset statuspanel right 
+autocmd DocStart www.reddit.com urlmodify -t www.reddit old.reddit
+# bind ö fillcmdline find
+# bind n findnext 1
+# bind N findnext -1
+bind j scrollline 3
+bind k scrollline -3
+set hintuppercase false
+set searchengine duckduckgo
+set theme midnight 
+set searchurls.wiktionary https://en.wiktionary.org/w/index.php?search=
+set searchurls.dictcc https://www.dict.cc/?s=
+set hintchars 123456qwertasdfgyxcvb
+guiset gui none
+escapehatch
-- 
2.30.2