From 89ccc33fe1f6fe2794b627b3d4c86dbd0db084a5 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 10 Jan 2025 19:18:03 +0100 Subject: [PATCH] chore(firefox): update tridactyl rc file --- modules/home-manager/web/firefox/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/web/firefox/default.nix b/modules/home-manager/web/firefox/default.nix index da64118..5ae7bd9 100644 --- a/modules/home-manager/web/firefox/default.nix +++ b/modules/home-manager/web/firefox/default.nix @@ -68,7 +68,7 @@ in xdg.configFile."tridactyl/tridactylrc".text = '' sanitize tridactyllocal tridactylsync " Define custom theme - set customthemes.custom #completions table, #tridactyl-input {font-size: .9rem!important;}; + set customthemes.custom #completions table, #tridactyl-input {font-size: .9rem!important;} #tridactyl-reader main { width: min(65rem, 90%)!important;} set theme custom " Smooth scrolling set smoothscroll true @@ -83,8 +83,8 @@ in bind J tabprev bind K tabnext " Binds for force reader mode - bind gfr reader - bind gfR reader --tab + bind gr reader + bind gR reader --tab set editorcmd foot -T "Edit text from Firefox" nvim %f '';