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 '';